commit | 7a01882544dd53445b281b051d4b85664d2b1a5f | [log] [tgz] |
---|---|---|
author | Hariprasad Dhalinarasimha <hnamgund@codeaurora.org> | Thu Oct 03 16:52:16 2013 -0700 |
committer | Hariprasad Dhalinarasimha <hnamgund@codeaurora.org> | Thu Oct 10 11:46:14 2013 -0700 |
tree | b0bf0c6497299aef1582145bd725d36c1f7193d2 | |
parent | 0abbea9088592e2afa836a91a883499aa50d1861 [diff] |
qseecom: Ensure incoming "app_name" does not corrupt the kernel stack Printing a string with that does not have null terminated character, would lead to overflow, as the print continues until it finds a null terminated character. Avoid this issue by explicitly assigning a string with null termination. Change-Id: I9528db2ba046c514d829097d08c09540588bb1a2 Signed-off-by: Hariprasad Dhalinarasimha <hnamgund@codeaurora.org>