On 09/17/2014 09:33 PM, zhanghailiang wrote:
> If readdir_r fails, error_setg_errno will reference the freed
> pointer *dirpath*.
> 
> Signed-off-by: zhanghailiang <zhang.zhanghaili...@huawei.com>
> ---
>  qga/commands-posix.c | 10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)

>      for (;;) {
>          if (readdir_r(dir, &entry, &result) != 0) {

Eww.  We're using readdir_r?  That's an inherently broken interface,
which can risk buffer overflow.  readdir should be preferred.

http://austingroupbugs.net/view.php?id=696

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to