summaryrefslogtreecommitdiff
path: root/lib/qmi_encdec.c (follow)
Commit message (Collapse)AuthorAge
* soc: qcom: qmi_encdec: Restrict string length in decodeDeepak Kumar Singh2019-03-05
| | | | | | | | | | | | The QMI TLV value for strings in a lot of qmi element info structures account for null terminated strings with MAX_LEN + 1. If a string is actually MAX_LEN + 1 length, this will cause an out of bounds access when the NULL character is appended in decoding. CR-Fixed: 2359244 Change-Id: I4d789bc6017ff58458f77fe875ca4e175a4f1357 Signed-off-by: Chris Lew <clew@codeaurora.org> Signed-off-by: Deepak Kumar Singh <deesin@codeaurora.org>
* soc: qcom: Add snapshot of QMIKarthikeyan Ramasubramanian2016-03-22
This snapshot is taken as of msm-3.18 commit e70ad0cd (Promotion of kernel.lnx.3.18-151201.) Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>