Page MenuHomeFreeBSD

gvinum: correct assertions
ClosedPublic

Authored by emaste on Dec 12 2022, 5:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 5 2024, 5:39 AM
Unknown Object (File)
Jan 5 2024, 5:39 AM
Unknown Object (File)
Jan 3 2024, 4:27 PM
Unknown Object (File)
Dec 20 2023, 7:14 AM
Unknown Object (File)
Nov 3 2023, 10:39 PM
Unknown Object (File)
Jul 9 2023, 4:59 PM
Unknown Object (File)
Jul 9 2023, 4:57 PM
Unknown Object (File)
Jul 5 2023, 3:33 AM
Subscribers

Details

Summary
Pointer addresses are always >= 0.  Assert that the value is >= 0
instead.

PR:             207855, 207856
Sponsored by:   The FreeBSD Foundation

Diff Detail

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

Event Timeline

emaste created this revision.
imp added a subscriber: imp.

Sure, but there's a good chance that long-undetected bugs may render gvinum unusable :)

This revision is now accepted and ready to land.Dec 12 2022, 9:10 PM
This revision was automatically updated to reflect the committed changes.