Find a file
Alan Coopersmith 8229cf75b3 XcursorImageLoadCursor: return failure if _XcursorGetDisplayInfo fails
Error: Null pointer dereference (CWE 476)
   Read from null pointer 'info'
        at line 615 of src/cursor.c in function 'XcursorImageLoadCursor'.
          Function '_XcursorGetDisplayInfo' may return constant 'NULL' at line 134, called at line 597.
          Null pointer introduced at line 134 of src/display.c in function '_XcursorGetDisplayInfo'.

[ This bug was found by the Parfait 0.3.7 bug checking tool.
  For more information see http://labs.oracle.com/projects/parfait/ ]

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-11-30 18:59:43 -08:00
include/X11/Xcursor Set Xcursor.h version numbers from configure.ac 2011-09-19 17:30:15 -07:00
man Strip trailing whitespace 2011-09-16 21:26:17 -07:00
src XcursorImageLoadCursor: return failure if _XcursorGetDisplayInfo fails 2011-11-30 18:59:43 -08:00
.gitignore Add generated Xcursor.h to .gitignore 2011-09-25 13:17:19 +01:00
AUTHORS - Add Xcursor build system 2005-06-08 19:15:43 +00:00
autogen.sh - Add Xcursor build system 2005-06-08 19:15:43 +00:00
configure.ac Set Xcursor.h version numbers from configure.ac 2011-09-19 17:30:15 -07:00
COPYING - Add Xcursor build system 2005-06-08 19:15:43 +00:00
Makefile.am Strip trailing whitespace 2011-09-16 21:26:17 -07:00
README Add README with pointers to mailing list, bugzilla & git repos 2009-02-02 20:34:32 -08:00
xcursor.pc.in Added missing dependency 2006-09-12 09:02:54 -07:00

libXcursor - X Window System Cursor management library

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/lib/libXcursor

        http://cgit.freedesktop.org/xorg/lib/libXcursor

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage