diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-07-05 14:57:29 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-07-15 15:22:28 -0400 |
commit | ed98f8a63a578a425a1af641baa54ea4ad855775 (patch) | |
tree | a1862f2042420055b9e2632fcd85bae7efc3f42a /.gitlab-ci.yml | |
parent | a9655f36fe9088816973c19df9399268ef6bfcd8 (diff) |
radeonsi: verify buffer_offset value before using it
This buffer_ofset can come directly from the application (e.g: when using
glVertexAttribPointer) and can contain an invalid value.
st_atom_array already makes sure that if it's not negative so all that's left
is to verify that it's smaller that the buffer size.
Bugs related to this issue:
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105251#c52
Bugzilla: https://bugzilla.freedesktop.org/show_bug.cgi?id=109693
Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
0 files changed, 0 insertions, 0 deletions