commit | 4a630fadbb29d9efaedb525f1a8f7449ad107641 | [log] [tgz] |
---|---|---|
author | Kasin Li <donglil@codeaurora.org> | Mon Jun 19 15:36:53 2017 -0600 |
committer | Rob Clark <robdclark@gmail.com> | Mon Jun 19 19:58:57 2017 -0400 |
tree | 20c23954ea7db38a5c7fdd4c5d9914dbf3c85950 | |
parent | 51c9fbe69486c9143877f5d26a575b16588eb08a [diff] |
drm/msm: Fix potential buffer overflow issue In function submit_create, if nr_cmds or nr_bos is assigned with negative value, the allocated buffer may be small than intended. Using this buffer will lead to buffer overflow issue. Signed-off-by: Kasin Li <donglil@codeaurora.org> Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>