PR229664 points out that two KASSERT checks will never be triggered, since an unsigned variable is tested for being negative.
This patch fixes the two tests and uses the same pattern for a third test, which ensures the same condition. This is for consistency.
Details
Details
- Reviewers
rrs jason_eggnet.com - Group Reviewers
transport - Commits
- rS341497: MFC r340738:
rS340738: Improve two KASSERTs in the TCP RACK stack.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable