diff options
author | Ron Yorston <rmy@pobox.com> | 2024-06-02 19:36:03 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-06-02 19:36:03 +0100 |
commit | 75a18a60b40f87dd4d081bc75931c9f93de7b82c (patch) | |
tree | afd08a2457858b2868741e2f3ef2917b985392ea /arch | |
parent | b845dac43ac170d8b5a40d0e75dbd4276e5a3df6 (diff) | |
download | busybox-w32-75a18a60b40f87dd4d081bc75931c9f93de7b82c.tar.gz busybox-w32-75a18a60b40f87dd4d081bc75931c9f93de7b82c.tar.bz2 busybox-w32-75a18a60b40f87dd4d081bc75931c9f93de7b82c.zip |
make: ensure sufficient space in line buffer
When using fgets(3) to read a line into a buffer it's necessary
to ensure at least two characters are available in the buffer.
Otherwise the read fails. (At least, it did when pdpmake was
built using MSYS2 on Windows.)
Adds 16 bytes to the 32-bit build.
(GitHub pdpmake issue 44)
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions