Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1579860
| From | "Gustavo A. R. Silva" <garsilva@embeddedor.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] avoid use of freed pointer |
| Date | 2017-02-13 16:40 +0100 |
| Message-ID | <taqTn-5xK-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello,
This patch series addesses Coverity ID 1091172, which reports the
use of a freed pointer. udc_free_dma_chain() function was rewritten
in order to fix this issue.
Unnecessary 'ret_val' variable was removed and the function prototype
was modified.
Thanks
Gustavo A. R. Silva (2):
usb: gadget: udc: avoid use of freed pointer
usb: gadget: udc: remove unnecessary variable and update function
prototype
drivers/usb/gadget/udc/amd5536udc.c | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)
--
2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] avoid use of freed pointer "Gustavo A. R. Silva" <garsilva@embeddedor.com> - 2017-02-13 16:40 +0100
[PATCH 2/2] usb: gadget: udc: remove unnecessary variable and update function prototype "Gustavo A. R. Silva" <garsilva@embeddedor.com> - 2017-02-13 17:10 +0100
Re: [PATCH 2/2] usb: gadget: udc: remove unnecessary variable and update function prototype Michal Nazarewicz <mina86@mina86.com> - 2017-02-13 17:10 +0100
Re: [PATCH 1/2] usb: gadget: udc: avoid use of freed pointer Michal Nazarewicz <mina86@mina86.com> - 2017-02-13 17:10 +0100
Re: [PATCH 1/2] usb: gadget: udc: avoid use of freed pointer "Gustavo A. R. Silva" <garsilva@embeddedor.com> - 2017-02-14 23:00 +0100
[PATCH v2 1/2] usb: gadget: udc: avoid use of freed pointer "Gustavo A. R. Silva" <garsilva@embeddedor.com> - 2017-02-14 23:00 +0100
[PATCH v2 2/2] usb: gadget: udc: remove unnecessary variable and update function prototype "Gustavo A. R. Silva" <garsilva@embeddedor.com> - 2017-02-14 23:10 +0100
[PATCH 1/2] usb: gadget: udc: avoid use of freed pointer "Gustavo A. R. Silva" <garsilva@embeddedor.com> - 2017-02-13 17:10 +0100
csiph-web