Skip to content

Implement static analyzer checks for CHERIoT compartment calls #210

@resistor

Description

@resistor

Some ideas:

  • Make sure that every load or store is something that was passed as an argument across a call boundary was checked with check_pointer (with correct bounds).
  • Make sure that no cross-compartment calls happen between a heap_claim_fast and a use of one of the claimed pointers.
  • Make sure that anything passed to check_pointer is either checked as not being a heap object or is claimed.
  • Make sure that claims are dropped.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions