Page MenuHomeFreeBSD

Check for negative lengths in m_pulldown
Needs ReviewPublic

Authored by cturt_hardenedbsd.org on Mar 16 2016, 8:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 23 2023, 12:03 AM
Unknown Object (File)
Dec 6 2023, 12:21 AM
Unknown Object (File)
Nov 10 2023, 2:27 AM
Unknown Object (File)
Oct 18 2023, 5:50 AM
Unknown Object (File)
Oct 16 2023, 4:19 PM
Unknown Object (File)
Oct 13 2023, 4:39 PM
Unknown Object (File)
Jun 21 2023, 7:07 AM
Unknown Object (File)
May 5 2023, 9:14 AM
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

cturt_hardenedbsd.org retitled this revision from to Check for negative lengths in m_pulldown.
cturt_hardenedbsd.org updated this object.
cturt_hardenedbsd.org edited the test plan for this revision. (Show Details)
cturt_hardenedbsd.org set the repository for this revision to rS FreeBSD src repository - subversion.

Could you please reupload the patch with bigger context? git diff -U9999 for example?

And add adrian@, gnn@ and glebius@ as reviewer?

Can you please be more informative about the change? What provokes it? To me negative len on input seems just an incorrect input and should be turned into KASSERT that len is positive and > 0.