We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab6710 commit d5d54c6Copy full SHA for d5d54c6
regression/cbmc-library/fgets-01/__fgets_chk.desc
@@ -1,4 +1,4 @@
1
-KNOWNBUG
+FUTURE
2
main.c
3
--pointer-check --bounds-check -D_FORTIFY_SOURCE=2 -D__OPTIMIZE__=2 --unwindset fgets:0
4
^EXIT=10$
@@ -11,4 +11,6 @@ main.c
11
^warning: ignoring
12
--
13
Our asm renaming results in fgets and its alias being one and the same function
14
-to us, so we end up recursing in glibc's fgets wrapper.
+to us, so we end up recursing in glibc's fgets wrapper on some platforms. On
15
+Ubuntu 24.04, however, this appears to work fine. Given this disparity this test
16
+is now marked `FUTURE` instead of `KNOWNBUG`.
0 commit comments