Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tmread.c: In function ‘__libc_termios_insert_editline’: tmread.c:461:50: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] 461 | __libc_tty_editline.flag[pcol] = _TTY_EDITLINE_SINGLE; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ In file included from ../../../../include/libc/file.h:12, from tmread.c:20: ../../../../include/libc/ttyprvt.h:54:8: note: at offset [-2147483648, -1] into destination object ‘flag’ of size 1024 54 | char flag[_TTY_EDITLINE_SIZE];
- Loading branch information