DragonFlyBSD Kernel Audit
DF-1353 / run.log
← back to finding ↓ download raw
== BEFORE-FIX (vulnerable) ==
BUG: mask=0x80000000 -> soft_max=31, reads dpm_levels[31] past 16-element array (OOB reads: 2)
== AFTER-FIX ==
FIX: soft_max=31 >= count=5 -> return -EINVAL (rc=-1)