xauth: Changes to 'master'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Fri May 6 23:13:14 PDT 2011


 process.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5032c286df16737277c9a04e1083171ffec89000
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Fri May 6 23:12:50 2011 -0700

    Error out and avoid a call to malloc(0) if given a bad hex string
    
    process.c:567:14: warning: Call to 'malloc' has an allocation size of 0 bytes
        retval = malloc (len);
                 ^       ~~~
    1 warning generated.
    
    Found-by: clang static analyzer
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>



More information about the xorg-commit mailing list