diff options
| author | Manish Poddar <mpoddar@codeaurora.org> | 2016-07-07 17:22:06 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-07-20 22:50:49 -0700 |
| commit | 80eb335deb4bef61cd7d544e3fb4690086551580 (patch) | |
| tree | 8a8dc0f1152ac6822388a84e8c6ac749d16250b8 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 9e4b3ba4afcff08bce320513610955391ab95806 (diff) | |
msm: Camera buffer overflow fix
find_first_zero bit is considering addr parameter as unsigned
long and we are passing int variable.In the function it access
addr[i], so it tries to access 8 bytes , actual size of
open_idx and stream_id are 4 bytes.we change open_idx and
stream_id to long to fix it.
Change-Id: I510059cc8f495957bd2b5af9973b3495761edd06
Signed-off-by: Manish Poddar <mpoddar@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
