diff options
author | ngie <ngie@FreeBSD.org> | 2016-06-10 18:10:32 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2016-06-10 18:10:32 +0000 |
commit | a8c272ee059b938ef0b733dddd663d4abfc19e96 (patch) | |
tree | 4ae715a9af793f53e3d0ea626df974ced85a96b2 /lib/libc | |
parent | 68675c854c08cbd6aeadb624b8d2bc51a0e21fe5 (diff) | |
download | FreeBSD-src-a8c272ee059b938ef0b733dddd663d4abfc19e96.zip FreeBSD-src-a8c272ee059b938ef0b733dddd663d4abfc19e96.tar.gz |
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
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions