β¬’ DragonFlyBSD Kernel Audit
← triage Β· dashboard
DF-0250

Dead page-alignment computation: iolen computed but never applied

Summary

kern_physio.c:88 iolen=((vm_offset_t)ubase)&PAGE_MASK computed per comment but never used (overwritten at :112). Stale comment describes unimplemented direct-map adjustment. Maintainability hazard.

Discussion (0)

No comments yet.

PoC verification

Evidence pack

findings/poc/DF-0250 Β· 1 files
FileTypeDescriptionSize
manifest.json file 387 B view raw

Fix verification

not_testable
baseline reproduced→ patch + rebuild →patched clean

recommended fix identified; fix.diff not authored/validated in this batch

recommended fix identified; fix.diff not authored/validated in this batch
combined build rc=0

Confirmed kernel references

β€”

Detail

Exploit chain

none (Info severity)

Evidence (decisive lines)

Source-confirmed at sys/kern/kern_physio.c:88: dead page-alignment computation - iolen computed but never applied

Verified recommended fix

Source-confirmed at sys/kern/kern_physio.c:88: dead page-alignment computation - iolen computed but never applied

Verdict

Source-confirmed at sys/kern/kern_physio.c:88: dead page-alignment computation - iolen computed but never applied