Files
src/sys/netgraph
Ahmad Khalifa 9b2478f60b ng_tty: avoid the sign extention of char
When c is compared to sc->hotchar, both undergo integer promotion, which
can lead to c being sign extended. Fix this by casting c to an unsigned
char.

Reviewed by:	kevans
MFC after:	5 days
Differential Revision:	https://reviews.freebsd.org/D54544
2026-01-06 04:10:11 +02:00
..
2025-10-27 12:45:30 +00:00
2024-12-06 09:31:58 +00:00
2025-05-16 21:29:47 +01:00
2023-08-16 11:55:17 -06:00