K 10 svn:author V 4 ngie K 8 svn:date V 27 2016-06-10T18:10:32.852218Z K 7 svn:log V 258 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 END