View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000451 | Frama-C | Kernel | public | 2010-04-13 11:36 | 2014-02-12 16:55 | ||||
Reporter | yakobowski | ||||||||
Assigned To | virgile | ||||||||
Priority | normal | Severity | crash | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | Frama-C GIT, precise the release id | ||||||||
Target Version | Fixed in Version | Frama-C Carbon-20101201-beta1 | |||||||
Summary | 0000451: Crash when a 'break' occurs outside a proper statement | ||||||||
Description | The following code causes Frama-C to crash when it is started with the -simplify-cfg option. Cil does not verify that breaks do not occur outside of loops or switches, while it does so for continues. int main (void) { break; } | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-04-13 11:36 | yakobowski | New Issue | |
2010-04-13 11:46 | signoles | Status | new => assigned |
2010-04-13 11:46 | signoles | Assigned To | => virgile |
2010-05-31 10:39 | svn | ||
2010-05-31 10:39 | svn | Status | assigned => resolved |
2010-05-31 10:39 | svn | Resolution | open => fixed |
2010-12-10 15:45 | signoles | Fixed in Version | => Frama-C Carbon-20101201-beta1 |
2010-12-17 19:36 | signoles | Status | resolved => closed |
2013-12-19 01:13 | Source_changeset_attached | => framac master 2ccbb571 | |
2014-02-12 16:55 | Source_changeset_attached | => framac stable/neon 2ccbb571 |