diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-02-10 20:51:09 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-10 20:51:09 -0800 |
commit | e2fa1ca5e102bc4187d494dc11f202d93495de59 (patch) | |
tree | 16c2ba1fddc3cb6cd6548d08dc65aa56b3b5da09 /src/core/core.cpp | |
parent | 2889372e47624e368df0d0361cb38b8100f047dd (diff) |
video_core: Fix benign out-of-bounds indexing of array (#2553)
The resulting pointer wasn't written to unless the index was verified as
valid, but that's still UB and triggered debug checks in MSVC.
Reported by garrettboast on IRC
Diffstat (limited to 'src/core/core.cpp')
0 files changed, 0 insertions, 0 deletions