BaseTools/VfrCompile: Add checks for array access
Cc: Liming Gao <liming.gao@intel.com> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Cc: Eric Dong <eric.dong@intel.com> Cc: Dandan Bi <dandan.bi@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
* 1989-2000
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#define ZZINC {if ( track_columns ) (++_endcol);}
|
||||
|
||||
#define ZZGETC {ch = input->nextChar(); cl = ZZSHIFT(ch);}
|
||||
@@ -114,6 +116,7 @@ more:
|
||||
state = dfa_base[automaton];
|
||||
while (ZZNEWSTATE != DfaStates) {
|
||||
state = newstate;
|
||||
assert(state <= sizeof(dfa)/sizeof(dfa[0]));
|
||||
ZZCOPY;
|
||||
ZZGETC;
|
||||
ZZINC;
|
||||
|
Reference in New Issue
Block a user