iceauth: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Mon May 14 19:06:17 PDT 2007


 .gitignore |    1 +
 process.c  |   24 ++++++------------------
 2 files changed, 7 insertions(+), 18 deletions(-)

New commits:
commit f749d926bd9796badee2efd1ee1da5905d6fd38d
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Mon May 14 19:04:24 2007 -0700

    Replace copystring() with strdup() calls
    
    Also solves Coverity #924: Function copystring:
      Pointer "src" dereferenced before NULL check

commit 1a142e8b29113bbd9daf21b8371f1572cd0152dd
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Mon May 14 18:57:31 2007 -0700

    Coverity #1089: Double frees in error cleanup path
    
    Double free of pointer "(auth)->auth_data" in call to "free"
    Double free of pointer "(auth)->protocol_data" in call to "free"

commit 4c1bd3d698bbb2ec4c1f8d3744549ec44c58d1bf
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Mon May 14 18:47:48 2007 -0700

    renamed: .cvsignore -> .gitignore

commit ca8a9af2c282da78eac601e316d7db553cb411b3
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Mon May 14 18:47:24 2007 -0700

    Coverity #1039: Using uninitialized value "authdata"



More information about the xorg-commit mailing list