summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureDecoder_x64.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-07-14 00:48:07 -0400
committerLioncash <mathew1800@gmail.com>2014-07-14 00:48:14 -0400
commitb66eb03b2f26eecfd84650cebbc7d864a66fc15d (patch)
treeb5c805990eb80bb33556c69656f471d6733310d9 /Source/Core/VideoCommon/TextureDecoder_x64.cpp
parentdee6f226a398d29d4dac2003991bce4d13918863 (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