Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • F frama-c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 171
    • Issues 171
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • pub
  • frama-c
  • Issues
  • #1355
Closed
Open
Issue created Feb 18, 2012 by Boris Yakobowski@byakoDeveloper

Crash when parsing an incorrect program with pointer to arrays

ID0001099: This issue was created automatically from Mantis Issue 1099. Further discussion may take place here.


Id Project Category View Due Date Updated
ID0001099 Frama-C Kernel public 2012-02-18 2014-02-12
Reporter yakobowski Assigned To virgile Resolution fixed
Priority low Severity crash Reproducibility always
Platform - OS - OS Version -
Product Version Frama-C Nitrogen-20111001 Target Version - Fixed in Version Frama-C Oxygen-20120901

Description :

frama-c crashes on the following program

typedef int t[10]; typedef int u[4];

void main () { int tab1[4]; u* p = &tab1; t* p2 = (t) p; }

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking