Page MenuHomeFreeBSD

gvinum: correct assertions
ClosedPublic

Authored by emaste on Dec 12 2022, 5:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 10, 9:36 AM
Unknown Object (File)
Sun, Aug 9, 8:28 PM
Unknown Object (File)
Sun, Aug 9, 7:46 PM
Unknown Object (File)
Sun, Aug 9, 3:39 PM
Unknown Object (File)
Sat, Aug 8, 4:06 AM
Unknown Object (File)
Wed, Aug 5, 7:43 AM
Unknown Object (File)
Tue, Aug 4, 7:21 AM
Unknown Object (File)
Mon, Jul 27, 5:31 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.