File tree 1 file changed +3
-3
lines changed
src/ansi-c/goto-conversion
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(
1628
1628
inequality,
1629
1629
name + " lower bound" ,
1630
1630
" array bounds" ,
1631
- false , // fatal
1631
+ true , // fatal
1632
1632
expr.find_source_location (),
1633
1633
expr,
1634
1634
guard);
@@ -1708,7 +1708,7 @@ void goto_check_ct::bounds_check_index(
1708
1708
inequality,
1709
1709
name + " upper bound" ,
1710
1710
" array bounds" ,
1711
- false , // fatal
1711
+ true , // fatal
1712
1712
expr.find_source_location (),
1713
1713
expr,
1714
1714
guard);
@@ -1722,7 +1722,7 @@ void goto_check_ct::bounds_check_index(
1722
1722
inequality,
1723
1723
name + " upper bound" ,
1724
1724
" array bounds" ,
1725
- false , // fatal
1725
+ true , // fatal
1726
1726
expr.find_source_location (),
1727
1727
expr,
1728
1728
guard);
You can’t perform that action at this time.
0 commit comments