summaryrefslogtreecommitdiff
path: root/proto_igmp.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-16dissector: igmp: Fix another erroneous null pointer checkTobias Klauser1-1/+1
2013-05-12dissector: igmp: Fix erroneous null pointer checkTobias Klauser1-1/+1
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+560
ve&id=5f62eab04ab7d78afd8acf00c48a7a1539794e1f'>5f62eab04ab7d78afd8acf00c48a7a1539794e1f (patch) tree5b9f51047e3842245cd3498756fffb60f7f5b641 parentc9161d72b33ff5a3e43dd60c87adf113363866a1 (diff)
greybus: es2: fix memory leak in probe error path
In case a bulk-in transfer-buffer allocation failed during probe, we'd currently leak the corresponding URB. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat
-rw-r--r--drivers/staging/greybus/es2.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/staging/greybus/es2.c b/drivers/staging/greybus/es2.c