| #
89e18818 |
| 12-Jun-2016 |
abhinav <abhinav@NetBSD.org> |
Fix a buffer overflow when reading from files containing extra long lines. Instead of using a statically allocated buffer, manage the buffer at run-time and reallocate as needed.
It was dumping core
Fix a buffer overflow when reading from files containing extra long lines. Instead of using a statically allocated buffer, manage the buffer at run-time and reallocate as needed.
It was dumping core for following two cases: man evrpc | ul man xdm | ul
While there, also remove __P macro from function prototypes.
Ok from Christos.
show more ...
|