Files
nethack/win/win32
PatR cf7536b167 random_response() buffer overflow
'sz' is the size of the buffer; 'if (count < sz) buf[count++] = c;'
can fill the entire buffer, leaving count==sz, so buf[count] = '\0';
would be out of bounds.

Formatting was way off.  Indentation these days should be multiples
of 4 spaces, never tabs.
2018-12-13 02:12:31 -08:00
..
2018-11-11 10:29:52 -05:00
2018-04-25 16:54:50 -04:00
2018-04-25 16:54:50 -04:00
2015-05-25 09:21:31 +09:00
2015-05-25 09:21:31 +09:00
2018-12-13 02:12:31 -08:00
2015-05-25 09:21:31 +09:00
2015-05-25 09:21:31 +09:00
2015-05-25 09:21:31 +09:00
2015-05-25 09:21:31 +09:00
2015-05-25 09:21:31 +09:00
2015-05-25 09:21:31 +09:00
2015-05-25 09:21:31 +09:00
2015-05-25 09:21:31 +09:00
2002-03-24 23:57:19 +00:00
2002-03-24 23:57:19 +00:00
2002-03-24 23:57:19 +00:00
2018-05-16 23:06:44 -04:00
2015-06-14 19:27:28 -04:00
2018-11-21 18:50:02 -05:00
2002-03-03 16:51:46 +00:00
2018-04-25 16:54:50 -04:00
2018-12-08 21:17:34 -05:00