mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 09:12:44 +00:00
96c1cc6c19
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 |
||
---|---|---|
.. | ||
tests | ||
libmp.3 | ||
Makefile | ||
mp.h | ||
mpasbn.c | ||
Symbol.map |