Files
gtk/gdk
C. Scott Ananian 981efc90b4 Fix uninitialized digest_len field, causing WebSocket handshake to g_assert.
g_checksum_get_digest checks to ensure that the passed digest_len is long
enough to hold the digest, before setting it to the actual length of the
digest returned.  Digest_len is uninitialized in the code, so if you're
lucky it will be larger than 20 and everything will work fine.  If you're
unlucky, g_checksum_get_digest will return either -1 or some number less
than 20, and the g_assert(digest_len==20) will fail.
2011-11-14 09:55:19 +01:00
..
2011-02-10 14:41:02 -05:00
2011-11-10 21:32:50 +01:00
2011-02-10 14:41:02 -05:00
2011-11-09 18:36:35 -05:00
2011-02-09 02:44:19 -05:00
2011-02-09 02:44:19 -05:00
2011-02-09 02:44:19 -05:00
2011-02-09 02:44:19 -05:00
2010-12-25 00:02:39 -05:00
2011-01-28 11:10:07 -05:00
2010-12-25 00:02:39 -05:00
2011-11-01 21:13:35 -04:00
2011-02-09 02:44:19 -05:00
2011-02-09 02:44:19 -05:00
2011-02-09 02:44:19 -05:00
2011-09-25 21:04:49 -04:00
2011-02-01 06:33:02 +01:00
2010-12-24 15:54:12 -05:00
2010-12-25 00:02:39 -05:00
2011-01-11 17:06:49 +01:00
2011-01-02 13:33:04 +01:00