K 10 svn:author V 3 cem K 8 svn:date V 27 2016-05-12T03:53:20.150090Z K 7 svn:log V 292 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 END