CVS Update: xc (branch: trunk)

Alan Coopersmith xorg-commit at pdx.freedesktop.org
Sat Aug 7 22:22:01 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	alanc at pdx.	04/08/07 12:22:01

Log message:
  2004-08-07  Alan Coopersmith  <alan.coopersmith at sun.com>
  
  	* lib/Xdmcp/DAofA8.c: (XdmcpDisposeARRAYofARRAY8):
  	Check to see if array->data is NULL before we dereference it,
  	instead	of after.  (Prevents segfault when array->data is
  	initialized to NULL, but array->length is not set to 0.)
  
  	* programs/xdm/xdmcp.c: (request_respond):
  	Always initialize both data & length in ARRAYs.

Modified files:
      ./:
        ChangeLog 
      xc/lib/Xdmcp/:
        DAofA8.c 
      xc/programs/xdm/:
        xdmcp.c 
  
  Revision      Changes    Path
  1.216         +11 -1     xc/ChangeLog
  1.2           +6 -4      xc/lib/Xdmcp/DAofA8.c
  1.4           +8 -1      xc/programs/xdm/xdmcp.c




More information about the xorg-commit mailing list