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:
2d17f7f
)
usb: acm gadget: Null termintate strings table
author
Graham Williams
<gwilli@broadcom.com>
Wed, 28 Aug 2013 23:36:14 +0000
(16:36 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 30 Aug 2013 18:10:36 +0000
(11:10 -0700)
The gadget strings table should be null terminated.
usb_gadget_get_string() loops through the table
expecting a null at the end of the list.
Signed-off-by: Graham Williams <gwilli@broadcom.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found