diff options
author | Bartosz Tomczyk <[email protected]> | 2017-02-08 17:16:13 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-03-20 17:32:53 +0100 |
commit | f4b23589da8ad395b6d5bc968502d8128a8bd8c5 (patch) | |
tree | 3c6ff91187a860a682267b4b6713723a138d30c0 /src/intel/isl | |
parent | f9190f3e655c530f049e40ee2c47384deea2f874 (diff) |
r600g: Fix out of bounds access
fc_sp variable should indicate number of elements in
fc_stack array, but fc_sp was increased at beginning of fc_pushlevel
function. It leads to situation where idx=0 was never used, and last
32 element was stored outside fs_stack array.
Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/intel/isl')
0 files changed, 0 insertions, 0 deletions