View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000244 | Frama-C | Plug-in > Eva | public | 2009-09-14 14:14 | 2014-02-12 16:56 | ||||
Reporter | pascal | ||||||||
Assigned To | pascal | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | Frama-C Beryllium-20090901 | ||||||||
Target Version | Fixed in Version | Frama-C Carbon-20101201-beta1 | |||||||
Summary | 0000244: block-local variables not handled correctly in conjunction with -ulevel | ||||||||
Description | int R,*p; void main(void) { int a,i; a=2; for(i=0; i<2; i++) { int u=a; p = &u; } R = *p; } Commandline: bin/toplevel.opt -val u.c -ulevel 5 Result: R ? {2; } Should be: NON TERMINATING FUNCTION | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
pascal (reporter) 2010-09-08 15:07 |
This sample program should also emit an "assert" alarm corresponding to the undefined behavior. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-09-14 14:14 | pascal | New Issue | |
2009-09-14 14:14 | pascal | Status | new => assigned |
2009-09-14 14:14 | pascal | Assigned To | => pascal |
2009-09-14 14:15 | pascal | Assigned To | pascal => virgile |
2009-09-28 09:22 | svn | ||
2009-09-28 09:22 | svn | Status | assigned => resolved |
2009-09-28 09:22 | svn | Resolution | open => fixed |
2010-04-13 15:30 | signoles | Status | resolved => new |
2010-04-13 15:31 | signoles | Status | new => closed |
2010-04-13 15:33 | signoles | Fixed in Version | => Frama-C Boron |
2010-09-08 15:07 | pascal | Assigned To | virgile => pascal |
2010-09-08 15:07 | pascal | Note Added: 0001135 | |
2010-09-08 15:07 | pascal | Status | closed => feedback |
2010-09-08 15:07 | pascal | Resolution | fixed => reopened |
2010-09-08 15:10 | svn | ||
2010-09-08 15:12 | pascal | Status | feedback => resolved |
2010-09-08 15:12 | pascal | Resolution | reopened => fixed |
2010-12-10 15:45 | signoles | Fixed in Version | Frama-C Boron-20100401 => Frama-C Carbon-20101201-beta1 |
2010-12-17 19:37 | signoles | Status | resolved => closed |
2013-12-19 01:12 | pascal | Source_changeset_attached | => framac master 98d02437 |
2013-12-19 01:13 | Source_changeset_attached | => framac master 066b7196 | |
2014-02-12 16:55 | pascal | Source_changeset_attached | => framac stable/neon 98d02437 |
2014-02-12 16:56 | Source_changeset_attached | => framac stable/neon 066b7196 | |
2018-01-12 14:26 | signoles | Category | Plug-in > value analysis => Plug-in > Eva |