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
F146665795: D49333.id.diff
Wed, Mar 4, 1:27 PM
F146634975: D49333.id.diff
Wed, Mar 4, 7:23 AM
Unknown Object (File)
Tue, Feb 3, 3:55 AM
Unknown Object (File)
Jan 22 2026, 10:56 PM
Unknown Object (File)
Jan 14 2026, 11:59 AM
Unknown Object (File)
Jan 9 2026, 12:32 AM
Unknown Object (File)
Dec 23 2025, 7:27 PM
Unknown Object (File)
Dec 15 2025, 4:11 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.