commit | 9c231a161de87fdc45f26d9a10696836d94bd85a | [log] [tgz] |
---|---|---|
author | Trilok Soni <tsoni@codeaurora.org> | Tue Jul 12 17:33:20 2011 +0530 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 09:59:09 2011 -0700 |
tree | 652ea1fccbbf820c2f7755a6e20b39818ad28cce | |
parent | 9e03c7f1431e619612405c85a276f438b848d071 [diff] |
msm: pmic: Fix transmit buffer overflow pmic_buf_reserve() API should have kept the accounting of length in the pmic_buf structure instead of pmic_rpc_req_reply() in-order to avoid the overflow for the cases in the the pmic_rpc_set_struct() API where size is more than 212 bytes. CRs-Fixed: 294864 Signed-off-by: Trilok Soni <tsoni@codeaurora.org>