freebsd_amp_hwpstate/lib/libmp
Conrad Meyer d0725e2250 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.

Reported by:	Coverity
CID:		1017457
Sponsored by:	EMC / Isilon Storage Division
2016-05-12 03:53:20 +00:00
..
tests
Makefile
Makefile.depend
Symbol.map
libmp.3
mp.h
mpasbn.c libmp: Fix trivial buffer overrun 2016-05-12 03:53:20 +00:00