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
..
2008-12-14 18:58:33 -08:00
2009-02-12 14:05:10 -08:00
2008-05-21 13:33:36 -04:00
2008-09-19 12:02:28 -04:00
2008-12-17 02:04:12 -02:00
2008-12-14 18:58:33 -08:00
2008-05-21 13:33:36 -04:00
2008-12-14 18:58:33 -08:00
2008-05-21 13:33:36 -04:00
2008-05-21 13:33:36 -04:00
2008-12-17 02:04:12 -02:00
2008-05-21 13:33:36 -04:00
2008-05-21 13:33:36 -04:00
2009-10-01 23:13:40 -07:00
2009-06-02 13:40:14 -04:00
2008-09-19 12:02:28 -04:00
2009-07-06 17:57:27 +03:00
2009-10-01 23:13:40 -07:00
2009-09-16 12:06:07 +10:00
2008-08-26 11:07:32 -04:00
2008-05-21 13:33:36 -04:00
2009-04-20 12:38:08 +10:00
2009-10-02 08:47:13 +10:00
2009-04-13 13:17:53 -04:00
2009-10-01 23:13:40 -07:00
2009-10-01 23:13:40 -07:00
2009-09-29 16:46:39 -07:00
2009-04-13 13:17:53 -04:00
2009-02-04 09:42:02 +10:00
2009-02-04 09:42:02 +10:00
2008-07-02 06:25:03 -07:00
2008-12-12 10:37:40 -08:00
2009-06-06 22:24:18 -07:00
2008-05-21 13:33:36 -04:00
2008-07-02 06:25:03 -07:00
2008-05-21 13:33:36 -04:00
2008-05-21 13:33:36 -04:00
2008-05-21 13:33:36 -04:00
2008-05-21 13:33:36 -04:00
2009-10-08 13:36:44 +11:00
2009-07-14 10:13:44 +10:00
2008-05-21 13:33:36 -04:00
2009-04-13 13:17:53 -04:00
2008-12-12 10:37:40 -08:00
2008-12-12 10:37:40 -08:00
2008-12-12 11:43:32 +10:00
2008-12-12 11:43:32 +10:00
2009-07-14 10:13:44 +10:00
2009-01-15 14:23:48 +00:00
2008-12-12 11:43:32 +10:00
2009-06-24 10:41:47 +10:00
2009-06-24 10:41:47 +10:00
2008-09-19 12:02:28 -04:00
2008-09-19 12:02:28 -04:00
2008-12-12 11:43:32 +10:00
2008-09-19 12:02:28 -04:00
2009-04-07 16:28:26 -04:00