commit | 54515d4825edc185c71ec35053f8d459cfda1af2 | [log] [tgz] |
---|---|---|
author | Anurag Chouhan <achouhan@codeaurora.org> | Thu Apr 20 14:12:46 2017 +0530 |
committer | Anurag Chouhan <achouhan@codeaurora.org> | Thu Apr 20 14:24:32 2017 +0530 |
tree | 4c7c5a69e0be05b6c84beb3def0a8095bf8908d5 | |
parent | 0f1a159f7a971b1df5a06568a4b16fca875b544a [diff] |
wlan: Fix crash due to freeing invalid object pointer Crash observed because of freeing invalid object pointer, A variable is used to parse the ini in hdd_string_to_string_array utility, variable base address is incremented and freed. To fix the issue a temporary variable is allocated with the same memory address and freed at the end. Change-Id: I044ca13f72834a5f07d275af5a3ab54522d6ae7f CRs-fixed: 2036277