Page MenuHomeFreeBSD

tcp: address warning
ClosedPublic

Authored by tuexen on Apr 3 2024, 8:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 16 2024, 4:09 PM
Unknown Object (File)
Dec 11 2024, 10:16 PM
Unknown Object (File)
Oct 22 2024, 5:48 AM
Unknown Object (File)
Oct 22 2024, 5:48 AM
Unknown Object (File)
Oct 22 2024, 5:47 AM
Unknown Object (File)
Oct 22 2024, 5:37 AM
Unknown Object (File)
Sep 28 2024, 11:19 AM
Unknown Object (File)
Sep 26 2024, 7:01 AM

Details

Summary

t_state is an unsigned variable, so no need for testing that it is non-negative.

Reported by: Coverity Scan
CID: 1390885

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tuexen requested review of this revision.Apr 3 2024, 8:16 PM
This revision was not accepted when it landed; it landed in state Needs Review.Apr 3 2024, 10:19 PM
Closed by commit rG6b454da6bbaa: tcp: address a warning (authored by tuexen). · Explain Why
This revision was automatically updated to reflect the committed changes.