xserver-multidpi/hw
Alan Coopersmith 43fa127426 Remove bad code from DoShowOptions (Xorg -showopts handler)
When we want to print a string, it's okay to just print it.
We don't need to first allocate a buffer 2 bytes bigger than the
string, copy the entire string unmodified to the buffer, print the
buffer, and then leak the buffer (though we AbortDDX 8 lines later,
and then just in case we survived that, call exit as well, so the
leak is short lived, just oh so pointless).

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-11-23 12:15:06 -08:00
..
dmx Convert dmxSetDefaultFontPath to use strdup instead of malloc+strncpy 2011-11-23 12:15:05 -08:00
kdrive Convert some malloc + strncpy pairs into strndup calls 2011-11-23 12:15:05 -08:00
vfb Bug 38420: Xvfb crashes in miInitVisuals() when started with depth=2 2011-10-24 18:59:56 -07:00
xfree86 Remove bad code from DoShowOptions (Xorg -showopts handler) 2011-11-23 12:15:06 -08:00
xnest Xnest: Match the host's keymap 2011-10-21 10:29:51 -07:00
xquartz Convert strncpy/strncat to strlcpy/strlcat 2011-11-23 12:15:05 -08:00
xwin hw/xwin: Fix a typo in ddraw.h 2011-11-02 14:10:41 +00:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00