On Fri, 16 Apr 2010 18:42:19 +0300, Tiago Vignatti <[email protected]> 
wrote:

> -     if (!name || name[0] == '.' || len <= suflen)
> +     if (!name)
> +             return 0;
> +
> +     name = de->d_name;

You might want to assign name before testing it.

-- 
[email protected]

Attachment: pgp5WPTiJ9EYn.pgp
Description: PGP signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to