Skip to content
Snippets Groups Projects
Commit f04d76b0 authored by Julien Signoles's avatar Julien Signoles
Browse files

[manual] fixed bug #1696 by clarifying the manual

parent 005d9720
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
# E-ACSL: the Whole E-ACSL plug-in # E-ACSL: the Whole E-ACSL plug-in
############################################################################### ###############################################################################
-* E-ACSL [2014/08/04] Fix bug #1696 by clarifying the manual.
-* E-ACSL [2014/08/04] Fix bug #1831 about argc and argv. -* E-ACSL [2014/08/04] Fix bug #1831 about argc and argv.
-* E-ACSL [2014/07/08] Fix bug about using some part of the -* E-ACSL [2014/07/08] Fix bug about using some part of the
(Frama-C) libc which prevents linking of the generated C code. (Frama-C) libc which prevents linking of the generated C code.
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -107,6 +107,11 @@ The failing predicate is: ...@@ -107,6 +107,11 @@ The failing predicate is:
freed: \valid(x). freed: \valid(x).
\end{shell} \end{shell}
Also, if the unprovided main initializes some variables, running the
instrumented code (linked against this main) could print some warnings from the
\eacsl memory library\footnote{see
\url{https://bts.frama-c.com/view.php?id=1696} for an example}.
\subsection{Undefined Functions} \subsection{Undefined Functions}
\label{sec:limits:no-code} \label{sec:limits:no-code}
\index{Function!Undefined} \index{Function!Undefined}
......
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