commit | 205933323c98c3e5aa7fdb1decb9d9ff370c6df9 | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Thu Apr 18 14:24:02 2013 -0600 |
committer | Jordan Crouse <jcrouse@codeaurora.org> | Mon Apr 22 11:42:17 2013 -0600 |
tree | 541ba4beadd233dab4d1172cd0b40e4ce25f1c26 | |
parent | 7fbbddc1a5246059d14504b9be598ae5c5e3fe11 [diff] |
msm: kgsl: Avoid dereferencing NULL pointers It is possible to drop to the bottom of adreno_ringbuffer_issuecmds with either context or drawctxt set to NULL. Avoid dereferencing these variables in the trace call at the bottom of the function. Change-Id: Ic0dedbadbc7e2c0c4ef85e0d7103e04485ed3e69 Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>