diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-07-14 00:48:07 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-07-14 00:48:14 -0400 |
| commit | b66eb03b2f26eecfd84650cebbc7d864a66fc15d (patch) | |
| tree | b5c805990eb80bb33556c69656f471d6733310d9 /Source/Core/VideoCommon/TextureDecoder_x64.cpp | |
| parent | dee6f226a398d29d4dac2003991bce4d13918863 (diff) | |
OGL: Correctly guard against array bounds of s_encodingPrograms
s_encodingPrograms is defined as an array with a length of 64
NUM_ENCODING_PROGRAMS is also defined as 64.
However 64 is out of bounds, so we want to be comparing for "equal to or
greater than here"
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_x64.cpp')
0 files changed, 0 insertions, 0 deletions
