Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   rillig
Date:           Sat Jan 17 15:33:18 UTC 2026

Modified Files:
        src/tests/usr.bin/xlint/lint1: msg_132.c
        src/usr.bin/xlint/lint1: tree.c

Log Message:
lint: assume that strlen(str) fits into an int

Strings of this length are seldom, so don't worry that their length
might overflow an int variable.  There are more practical bugs to be
discovered and fixed first.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/tests/usr.bin/xlint/lint1/msg_132.c
cvs rdiff -u -r1.700 -r1.701 src/usr.bin/xlint/lint1/tree.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index