CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/08/30 00:44:10

Modified files:
        sys/dev/wscons : wsemul_sun.c wsemul_vt100.c wsemul_vt100var.h 

Log message:
Clamp numeric arguments of terminal escape sequences to an arbitrary value of
100,000. The existing logic would happily process as many digits as provided,
which could make the values wraparound at 2**32, or be considered as negative
values if cast to a signed type, leading to incorrect processing.

Bug report by Acts1631.

Reply via email to