Skip to content

Commit

Permalink
Add temporary fix for failing MacOS CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstanb committed Sep 29, 2023
1 parent 5ed769f commit 12bee27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/regression/77-mem-oob/06-memset-memcpy-oob.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// PARAM: --set ana.activated[+] memOutOfBounds --enable ana.int.interval
// PARAM: --set ana.activated[+] memOutOfBounds --enable ana.int.interval --disable warn.info
// TODO: The "--disable warn.info" part is a temporary fix and needs to be removed once the MacOS CI job is fixed
#include <stdlib.h>
#include <string.h>

Expand Down

0 comments on commit 12bee27

Please sign in to comment.