Skip to content

GitLab

  • Menu
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 204
    • Issues 204
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & 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
  • #2241
Closed
Open
Created Feb 10, 2011 by mantis-gitlab-migration@mantis-gitlab-migration

Validity of valid pointer to struct member cannot be verified

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


Id Project Category View Due Date Updated
ID0000712 Frama-C Plug-in > jessie public 2011-02-10 2011-02-10
Reporter boris Assigned To cmarche Resolution open
Priority normal Severity major Reproducibility always
Platform - OS - OS Version -
Product Version Frama-C Carbon-20101202-beta2 Target Version - Fixed in Version -

Description :

Jessie is unable to verify that &this->v is valid in the code below.

Additional Information :

typedef struct { int v; } A;

//@ requires \valid(this); void bar(int* this);

//@ requires \valid(this); void foo(A* this) { bar(&this->v); // fails to verify }

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