Skip to content

Commit

Permalink
Fix CBMC proof failure
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
  • Loading branch information
aggarg committed Dec 23, 2024
1 parent 34b0dcc commit 93d7771
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"CBMCFLAGS":
[
"--unwind 1",
"--unwindset prvInitialiseTaskLists.0:8,prvInitialiseNewTask.0:16,prvInitialiseNewTask.1:4,prvCreateIdleTasks.0:20,prvCreateIdleTasks.1:2"
"--unwindset prvInitialiseTaskLists.0:8,prvInitialiseNewTask.0:16,strlen.0:16,prvCreateIdleTasks.0:20,prvCreateIdleTasks.1:2"
],
"OBJS":
[
Expand Down

0 comments on commit 93d7771

Please sign in to comment.