DragonFlyBSD Kernel Audit
DF-1354 / run.log
← back to finding ↓ download raw
== BEFORE-FIX (vulnerable) ==
BUG: count=0, count-1 wraps to 4294967295, loop reads entries[i]/dpm_levels[i] OOB (OOB reads in first 100 iters: 84)
== AFTER-FIX ==
FIX: count==0 -> return -EINVAL, no OOB reads (rc=-1)