We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6150ce + 8359aff commit 8bab263Copy full SHA for 8bab263
src/ansi-c/goto-conversion/goto_check_c.cpp
@@ -1628,7 +1628,7 @@ void goto_check_ct::bounds_check_index(
1628
inequality,
1629
name + " lower bound",
1630
"array bounds",
1631
- false, // fatal
+ true, // fatal
1632
expr.find_source_location(),
1633
expr,
1634
guard);
@@ -1708,7 +1708,7 @@ void goto_check_ct::bounds_check_index(
1708
1709
name + " upper bound",
1710
1711
1712
1713
1714
@@ -1722,7 +1722,7 @@ void goto_check_ct::bounds_check_index(
1722
1723
1724
1725
1726
1727
1728
0 commit comments