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)
Nov 18 2024, 6:03 AM
Unknown Object (File)
Nov 17 2024, 10:24 PM
Unknown Object (File)
Nov 11 2024, 5:55 PM
Unknown Object (File)
Oct 12 2024, 9:49 PM
Unknown Object (File)
Oct 11 2024, 9:47 AM
Unknown Object (File)
Sep 13 2024, 12:22 AM
Unknown Object (File)
Sep 8 2024, 1:57 PM
Unknown Object (File)
Sep 5 2024, 8:58 PM
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.