Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 8408dc1 "firewire: net: use dev_printk API" introduced a use-after-free in a failure path. fwnet_transmit_packet_failed(ptask) may free ptask, then the dev_err() call dereferenced it. The fix is straightforward; simply reorder the two calls. Reported-by: Dan Carpenter <[email protected]> Cc: [email protected] # v3.4+ Signed-off-by: Stefan Richter <[email protected]>
- Loading branch information