Skip to content
Snippets Groups Projects
Commit c4b51c33 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

Merge branch 'fix/dpinto/eva-manual-typo' into 'stable/scandium'

Corrected a typo concerning C99 behaviour in Eva Manual

See merge request frama-c/frama-c!2701
parents e827554a f2feac48
No related branches found
No related tags found
No related merge requests found
......@@ -630,7 +630,7 @@ no run-time error could happen when running the program.
The alarm means that \Eva{} could not prove that the value \verb|ks[i]|
accessed in \verb|skein_block.c:69| was definitely initialized before being
read. Reading an initialized value is an undefined behavior according to the
read. Reading an uninitialized value is an undefined behavior according to the
\isoc{} standard (and can even lead to security vulnerabilities).
As is often the case, this alarm is related to the approximation introduced
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment