freebsd-src/lib/libmp
Enji Cooper 96c1cc6c19 MFC r299510:
r299510 (by cem):

libmp: Fix trivial buffer overrun

fgetln yields a non-NUL-terminated buffer and its length.  This routine
attempted to NUL-terminate it, but did not allocate space for the NUL.  So,
allocate space for the NUL.

CID:		1017457
2016-06-10 18:10:32 +00:00
..
tests MFC r269534: 2014-08-21 17:32:38 +00:00
libmp.3
Makefile MFC r269534: 2014-08-21 17:32:38 +00:00
mp.h
mpasbn.c MFC r299510: 2016-06-10 18:10:32 +00:00
Symbol.map Fix whitespace inconsistencies found in homegrown Symbol.maps. 2011-10-07 15:05:24 +00:00