commit | 10aa81be2aa931ed813155a8627f2ada2d13e381 | [log] [tgz] |
---|---|---|
author | Siena Richard <sienar@codeaurora.org> | Tue Aug 16 13:03:56 2016 -0700 |
committer | chrmhoffmann <chrmhoffmann@gmail.com> | Sat Apr 11 13:49:27 2020 +0200 |
tree | 06404c82e042ea07bb061bb785868917dcf1995f | |
parent | 07de809b92f138518632dcd0a2f8761f43eeb4b6 [diff] |
misc: qcom: qdsp6v2: initialize wma_config Not all memebers of wma_config are set before they are used which might lead to invalid values being passed and used. To fix this issue initialize all member variables of struct wma_config to 0 before assigning specific values individually. Change-Id: Ibb082ce691625527e9a9ffd4978dea7ba4df9e84 CRs-Fixed: 1054352 Signed-off-by: Siena Richard <sienar@codeaurora.org> CVE-2016-3907 Signed-off-by: Kevin F. Haggerty <haggertk@lineageos.org>