DragonFlyBSD Kernel Audit
DF-1057 / run.log
← back to finding ↓ download raw
open /dev/fw0: No such file or directory (errno=2)
No FireWire controller on this guest — source-level analysis only.
BUG CONFIRMED at fwdev.c:560-561: &xfer->send.payload should be
xfer->send.payload (remove the &). The & writes into the struct
field instead of the allocated buffer.