Page MenuHomeFreeBSD

gvinum: correct assertions
ClosedPublic

Authored by emaste on Dec 12 2022, 5:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 22, 12:27 PM
Unknown Object (File)
Aug 23 2025, 6:07 PM
Unknown Object (File)
Aug 5 2025, 5:37 AM
Unknown Object (File)
Jun 24 2025, 11:20 PM
Unknown Object (File)
Jun 24 2025, 7:13 AM
Unknown Object (File)
Jun 23 2025, 4:48 PM
Unknown Object (File)
Jun 23 2025, 12:20 PM
Unknown Object (File)
Jun 23 2025, 12:20 PM
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.