Files
nethack/win
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-12-05 23:43:59 -05:00
2018-11-11 10:29:52 -05:00
2018-11-11 10:29:52 -05:00
2018-11-11 10:29:52 -05:00
2018-11-11 10:29:52 -05:00
2018-11-11 10:29:52 -05:00
2018-12-09 13:09:30 -05:00
2018-12-07 22:18:53 +02:00
2018-12-13 02:12:31 -08:00
2018-12-03 01:46:01 -08:00