mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
c5b3acf218
There is no need for us to support parsing values that are larger than the maximum terminal window size. In this case that would be the maximum of unsigned short. The problem with parsing larger values is that they can cause integer overflows when adjusting the cursor position, leading to all sorts of failing assertions. PR: 202326 Reported by: kcwu csie org MFC after: 1 month |
||
---|---|---|
.. | ||
demo | ||
libteken | ||
stress | ||
gensequences | ||
sequences | ||
teken_scs.h | ||
teken_subr_compat.h | ||
teken_subr.h | ||
teken_wcwidth.h | ||
teken.c | ||
teken.h |