Skip to content

Commit 09cc43b

Browse files
Update README
1 parent a1e884e commit 09cc43b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setjmp/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ where `NN` is the number at the beginning of the testcase in folder `tests/regre
2525
One may then inspect a visual representation of the results by serving the
2626
`result` directory and accessing it via a browser. For details, refer to https://goblint.readthedocs.io/en/latest/user-guide/inspecting/
2727

28-
The runtime for all these litmus tests is negligable.
28+
The runtime for all these litmus tests is negligible.
2929

3030
# `Libpng` example
3131

@@ -41,8 +41,8 @@ To run the program, execute from within this folder/
4141
4242
Such a run takes about 50min and 35GB of RAM.
4343

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).
4646

4747
- The warnings that we believe to be indicative of a real bug are the two warnings `[Warning][Unknown] accessing poisonous variable row_buf`.
4848
- The three warnings about longjmps leading to potentially invalid targets start with `[Warning][Unknown] Longjmp to potentially invalid target [...]`.

0 commit comments

Comments
 (0)