Page MenuHomeFreeBSD

gvinum: correct assertions
ClosedPublic

Authored by emaste on Dec 12 2022, 5:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 22, 1:26 PM
Unknown Object (File)
Mon, Apr 21, 11:20 AM
Unknown Object (File)
Thu, Apr 17, 9:48 PM
Unknown Object (File)
Sun, Apr 13, 5:22 PM
Unknown Object (File)
Wed, Apr 9, 12:16 PM
Unknown Object (File)
Wed, Apr 2, 3:31 AM
Unknown Object (File)
Sat, Mar 29, 5:36 AM
Unknown Object (File)
Mar 8 2025, 5:32 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.