File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/ansi-c/goto-conversion Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1628,7 +1628,7 @@ void goto_check_ct::bounds_check_index(
16281628 inequality,
16291629 name + " lower bound" ,
16301630 " array bounds" ,
1631- false , // fatal
1631+ true , // fatal
16321632 expr.find_source_location (),
16331633 expr,
16341634 guard);
@@ -1708,7 +1708,7 @@ void goto_check_ct::bounds_check_index(
17081708 inequality,
17091709 name + " upper bound" ,
17101710 " array bounds" ,
1711- false , // fatal
1711+ true , // fatal
17121712 expr.find_source_location (),
17131713 expr,
17141714 guard);
@@ -1722,7 +1722,7 @@ void goto_check_ct::bounds_check_index(
17221722 inequality,
17231723 name + " upper bound" ,
17241724 " array bounds" ,
1725- false , // fatal
1725+ true , // fatal
17261726 expr.find_source_location (),
17271727 expr,
17281728 guard);
You can’t perform that action at this time.
0 commit comments