Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
ad79216a
Commit
ad79216a
authored
2 years ago
by
Andre Maroneze
Browse files
Options
Downloads
Patches
Plain Diff
[Doc] update table of RTE/UB correspondence
parent
f727f157
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/userman/user-compliance.tex
+3
-3
3 additions, 3 deletions
doc/userman/user-compliance.tex
with
3 additions
and
3 deletions
doc/userman/user-compliance.tex
+
3
−
3
View file @
ad79216a
...
...
@@ -131,7 +131,7 @@ cases, we simply refer to the related section in the ISO C standard.
This section presents the correspondence between runtime execution (RTE) alarms
emitted by the Eva plugin and C undefined behaviors.
\begin{longtable}
{
>
{
\raggedright
}
m
{
0.2
6
\textwidth
}
>
{
\raggedright\arraybackslash
}
m
{
0.2
8
\textwidth
}
>
{
\raggedright\arraybackslash
}
m
{
0.4
\textwidth
}}
\begin{longtable}
{
>
{
\raggedright
}
m
{
0.2
0
\textwidth
}
>
{
\raggedright\arraybackslash
}
m
{
0.2
6
\textwidth
}
>
{
\raggedright\arraybackslash
}
m
{
0.4
6
\textwidth
}}
\caption
{
%
Correspondence between
\FramaC
's runtime error categories and C's undefined behaviors.
}
\\
...
...
@@ -146,7 +146,7 @@ emitted by the Eva plugin and C undefined behaviors.
division
\_
by
\_
zero
&
{
\em
CC.45
}
&
\\
float
\_
to
\_
int
&
{
\em
CC.17
}
&
\\
function
\_
pointer
&
{
\em
CC.26
}
,
{
\em
CC.41
}
&
\\
freeable
&
{
\em
CC.179
}
&
This is not an RTE category, but an alarm related to an ACSL precondition
\\
freeable
&
{
\em
CC.179
}
&
This is not an RTE category, but an alarm related to an ACSL precondition
.
\\
index
\_
bound
&
{
\em
CC.49
}
&
\\
initialization
&
{
\em
CC.11
}
,
{
\em
CC.21
}
,
{
\em
CC.180
}
&
\\
mem
\_
access
&
{
\em
CC.33
}
,
{
\em
CC.43
}
,
{
\em
CC.47
}
,
{
\em
CC.62
}
,
{
\em
CC.64
}
,
{
\em
CC.176
}
(among others)
&
Alignment issues are currently not reported by Frama-C.
\\
...
...
@@ -160,7 +160,7 @@ emitted by the Eva plugin and C undefined behaviors.
overlap
&
{
\em
CC.54
}
&
{
\em
CC.100
}
is handled by
\FramaC
's libc ACSL specifications.
\\
pointer
\_
value
&
{
\em
CC.46
}
,
{
\em
CC.62
}
&
\\
ptr
\_
comparison
&
{
\em
CC.53
}
&
\\
separation
&
{
\em
CC.35
}
&
\\
separation
&
&
Related to ACSL memory separation hypotheses.
\\
shift
&
{
\em
CC.51
}
,
{
\em
CC.52
}
&
\\
special
\_
float
&
&
Non-finite floating-point values are not UB, but can be optionally considered as undesirable.
\\
\end{longtable}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment