You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: setjmp/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ where `NN` is the number at the beginning of the testcase in folder `tests/regre
25
25
One may then inspect a visual representation of the results by serving the
26
26
`result` directory and accessing it via a browser. For details, refer to https://goblint.readthedocs.io/en/latest/user-guide/inspecting/
27
27
28
-
The runtime for all these litmus tests is negligable.
28
+
The runtime for all these litmus tests is negligible.
29
29
30
30
# `Libpng` example
31
31
@@ -41,8 +41,8 @@ To run the program, execute from within this folder/
41
41
42
42
Such a run takes about 50min and 35GB of RAM.
43
43
44
-
Among other warnings about issues such as possible null-pointer dereferences, six warnings related to the usage of
45
-
setjmp/longjmp are produced.
44
+
Among other warnings about internal issues of the analyzer related to precision loss, six warnings related to the usage of
45
+
setjmp/longjmp are produced. (There are further warnings about variables having indeterminate value after longjmp. Those are only hints for developers, upon any access to such a variable an actual warning is produced).
46
46
47
47
- The warnings that we believe to be indicative of a real bug are the two warnings `[Warning][Unknown] accessing poisonous variable row_buf`.
48
48
- The three warnings about longjmps leading to potentially invalid targets start with `[Warning][Unknown] Longjmp to potentially invalid target [...]`.
0 commit comments