Bug 88521
Summary: | Possible memory leak in acm_probe not freeing (acm->country_codes) on error path | ||
---|---|---|---|
Product: | Drivers | Reporter: | Ahmed Tamrawi (atamrawi) |
Component: | USB | Assignee: | Greg Kroah-Hartman (greg) |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | alan, wsa |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | v3.17-rc1 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Ahmed Tamrawi
2014-11-20 01:13:47 UTC
On Thu, Nov 20, 2014 at 01:13:47AM +0000, bugzilla-daemon@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=88521 > > Bug ID: 88521 > Summary: Possible memory leak in acm_probe not freeing > (acm->country_codes) on error path Please just send to linux-usb@vger.kernel.org This is intended behaviour. If all conditions (= sanity checks) fail, everything is OK and we can use country_codes in the driver. The memory gets later freed in acm_port_destruct(). Closing. |