Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/radeon/kms: do bounds checking for 3D_LOAD_VBPNTR and bump array …
…limit To my knowledge, the limit is 16 on r300. (the docs don't say what the limit is) The lack of bounds checking can be abused to do all sorts of things (from bypassing parts of the CS checker to crashing the kernel). Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=36745 Cc: stable@kernel.org Signed-off-by: Marek Olšák <maraeo@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
- Loading branch information