commit | b771852270499d760825ebad894498b8059355a4 | [log] [tgz] |
---|---|---|
author | Christian Engelmayer <cengelma@gmx.at> | Fri Oct 23 19:26:18 2015 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Nov 19 09:16:10 2015 -0200 |
tree | 664441a7292d29d791d905293f70709cc3b435a6 | |
parent | 2ff56fadd94cdaeeaeccbc0a9b703a0101ada128 [diff] |
[media] as102: fix potential double free in as102_fw_upload() In case the request to locate the firmware file part 2 fails, the error path releases the already freed firmware memory location again. Thus reset the firmware pointer to NULL after releasing firmware file part 1. Signed-off-by: Christian Engelmayer <cengelma@gmx.at> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>