libFS: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Jun 17 16:07:15 PDT 2009


 src/FSOpenServ.c |   78 ++++++++++++++++++++++---------------------------------
 src/FSlibInt.c   |    5 ---
 src/FSlibint.h   |   15 ----------
 src/FSlibos.h    |   28 -------------------
 4 files changed, 33 insertions(+), 93 deletions(-)

New commits:
commit b6c63181aded7f8e8879914b0f92767a47aa47cf
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Jun 17 16:05:03 2009 -0700

    Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV's
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit b566d33d344876392254941d8ef73c848194c432
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Jun 17 15:36:54 2009 -0700

    Fix server name handling in IOError messages during connection setup
    
     - Don't try to sprintf a NULL string for the server name
     - Initialize the server name pointer in the srv struct sooner,
       so errors during connection initialization can print it instead
       of a null string in the error message
    
    Had to update the error paths that freed the partially constructed
    structure, so combined them into a common implmentation via "goto fail".
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>



More information about the xorg-commit mailing list