]> git.baikalelectronics.ru Git - kernel.git/commit
[media] dibusb: fix possible memory leak in dibusb_rc_query()
authorWei Yongjun <weiyongjun1@huawei.com>
Sun, 30 Oct 2016 01:36:24 +0000 (23:36 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 21 Nov 2016 13:40:45 +0000 (11:40 -0200)
commit81644ffb54665997dfef8b82e0ecfcab8f4d6556
tree7adb3f38a8204b46f7bcd24601609c369948ba65
parent6784cf68fab7ce7291a8c2507dbe62ba1489834a
[media] dibusb: fix possible memory leak in dibusb_rc_query()

'buf' is malloced in dibusb_rc_query() and should be freed before
leaving from the error handling cases, otherwise it will cause
memory leak.

Fixes: 103a226ce478 ("[media] dibusb: handle error code on RC query")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/dvb-usb/dibusb-common.c