commit | a5071a0561de138c91f7b4bd9bd86ef8fe18f382 | [log] [tgz] |
---|---|---|
author | Przemyslaw Marczak <p.marczak@samsung.com> | Mon Dec 15 10:34:10 2014 +0100 |
committer | Lukasz Majewski <l.majewski@samsung.com> | Thu Dec 18 12:26:06 2014 +0100 |
tree | cab2a3b4b0b89c888463cc99747b098ef7392348 | |
parent | 95a294708bff539babf6acb3db2f80aa4f3ce13f [diff] |
gadget: f_thor: check pointers before use in download_tail() Some pointers in function download_tail() were not checked before the use. This could possibly cause the data abort. To avoid this, check if the pointers are not null is added. Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Tested-by: Lukasz Majewski <l.majewski@samsung.com> [TestHW: Exynos4412-Trats2]