Page MenuHomeFreeBSD

device_pager: Assert that the handle is not NULL
ClosedPublic

Authored by jhb on Mar 12 2025, 7:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 8, 11:38 PM
Unknown Object (File)
Tue, Sep 30, 11:03 AM
Unknown Object (File)
Fri, Sep 26, 7:27 AM
Unknown Object (File)
Thu, Sep 25, 8:45 PM
Unknown Object (File)
Fri, Sep 19, 11:47 PM
Unknown Object (File)
Thu, Sep 18, 9:04 PM
Unknown Object (File)
Fri, Sep 12, 9:34 PM
Unknown Object (File)
Sep 11 2025, 1:07 PM
Subscribers

Diff Detail

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

Event Timeline

jhb requested review of this revision.Mar 12 2025, 7:58 PM
kib added inline comments.
sys/vm/device_pager.c
143

This check looks somewhat dubious for me. Might be it should be also converted into the assert.

This revision is now accepted and ready to land.Mar 12 2025, 10:06 PM
This revision was automatically updated to reflect the committed changes.