Skip to content
Commit fae60312 authored by Stefan Richter's avatar Stefan Richter
Browse files

firewire: fix NULL pointer deref. and resource leak



By supplying ioctl()s in the wrong order, a userspace client was able to
trigger NULL pointer dereferences.  Furthermore, by calling
ioctl_create_iso_context more than once, new contexts could be created
without ever freeing the previously created contexts.

Thanks to Anders Blomdell for the report.

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 09d7328e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment