Skip to content
GitLab
Projects Groups 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
    • Contributors
    • Graph
    • Compare
  • Issues 174
    • Issues 174
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • 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
  • #754
Closed
Open
Issue created Jul 08, 2014 by Loïc Correnson@lcorrensonDeveloper

Frame Validity

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


Id Project Category View Due Date Updated
ID0001828 Frama-C Plug-in > wp public 2014-07-08 2015-03-17
Reporter correnson Assigned To patrick Resolution fixed
Priority normal Severity minor Reproducibility have not tried
Platform - OS - OS Version -
Product Version - Target Version - Fixed in Version Frama-C Sodium

Description :

//@ requires \valid(one); void f(int *one){ int two; //@ assert one != &two; }

int *zero; //@ requires \valid(zero) && \valid(one); void frame(int *one, int arg){ int two; //@ assert formal: \separated(one,&arg,&two); //@ assert global: \separated(zero,&arg,&two); }

Attachments

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