Files
xserver/glx
Jamey Sharp 9bf2ff4faf Fix "possibly uninitialized" warnings in glx
In both functions, "answer" was uninitialized if "compsize" was 0, but in
that case __GLX_SEND_VOID_ARRAY(compsize) results in a call to
WriteToClient for 0 bytes, which returns immediately without examining the
"answer" argument. So initializing to a null pointer is as good as
anything else.

Signed-off-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2009-10-08 13:36:44 +11:00
..
2009-02-12 14:05:10 -08:00
2008-09-19 12:02:28 -04:00
2009-06-02 13:40:14 -04:00
2008-09-19 12:02:28 -04:00
2009-09-29 16:46:39 -07:00
2008-09-19 12:02:28 -04:00
2008-09-19 12:02:28 -04:00
2008-09-19 12:02:28 -04:00