commit | 1d1ace04af61431e4afd0022ecb44b0924847eae | [log] [tgz] |
---|---|---|
author | Ratnam Rachuri <c_rrachu@qti.qualcomm.com> | Fri Aug 07 13:59:00 2015 +0530 |
committer | Sachin Ahuja <sahuja@codeaurora.org> | Sat Aug 08 15:05:09 2015 +0530 |
tree | c3dca25dfa97698b16044473a2254d0a08adfebe | |
parent | fbc320b11c422de00303aa8ccb79d90378eedb14 [diff] |
prima: Fix buffer overwrite problem in GETTSMSTATS qcacld-2.0 to prima propagation If (len + 1) is greater than priv_data.total_len then copy_to_user results in writing more data than the buffer can hold. Fix this by writing mininum of (len + 1) and priv_data.total_len Change-Id: I2521ee9d90e0e61fe02f69c566cd4c0a0276c1df CRs-Fixed: 865533