Skip to content

Optimize CVEAssert alloca instrumentation to skip instrumenting allocas that will never be tested #135

@rjsmith1999

Description

@rjsmith1999

I don't know the precise definition for all such alloca's yet.

Something like:

  • address does not escape the function, is never passed to a cveassert check
    OR
  • not address taken

Not address taken would be simpler to implement, the above might find more cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CVEAssertRelated to CVEAssert componentpriority lowItem of low priority or urgency
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions