Files
bitchx/source/newio.c
Kevin Easton b9803e69d1 Avoid reading an uninitialized byte in dgets()
This was caused by an off-by-one error in the case when a line exceeded the buffer size provided to
dgets().  Found with valgrind.
2019-06-27 17:37:35 +10:00

12 KiB