diff options
author | Rob Clark <[email protected]> | 2016-05-18 10:38:40 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-05-20 11:13:50 -0400 |
commit | fcd6b3f42be904d162b78fe75ba14c6415cdb815 (patch) | |
tree | 27591bf2ad508f19dfc4c5188ff58248e08240f3 /src/mapi/mapi_abi.py | |
parent | 53c48feae086bbf5b17798fc1cd98ab14a17c7a8 (diff) |
nir: coverity unitialized pointer read
Not sure how coverity arrives at the conclusion that we can read comp[j]
unitialized (around line 204), other than not being aware that ncomp is
greater than 1 so it won't underflow in the 'if (tex->is_array)' case.
Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mapi/mapi_abi.py')
0 files changed, 0 insertions, 0 deletions