usb: gadget: printer: use after free in gprinter_alloc_inst()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 13 Mar 2015 09:11:42 +0000 (12:11 +0300)
committerFelipe Balbi <balbi@ti.com>
Fri, 13 Mar 2015 15:41:01 +0000 (10:41 -0500)
There was a missing goto so we free "opts" and then dereference it.

Fixes: ee1cd515e889 ('usb: gadget: printer: add configfs support')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/function/f_printer.c