ngie a8c272ee05 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
..
2016-06-10 18:10:32 +00:00