git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10c9ab1
)
usb: qcserial avoid pointing to freed memory
author
Steven Hardy
<shardy@redhat.com>
Mon, 4 Apr 2011 16:59:55 +0000
(17:59 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 13 Apr 2011 22:53:16 +0000
(15:53 -0700)
Rework the qcprobe logic such that serial->private is not set when
qcprobe exits with -ENODEV, otherwise serial->private will point to freed
memory on -ENODEV
Signed-off-by: Steven Hardy <shardy@redhat.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found