Skip to content

Generalize bounds checking from variables to lvalues #971

Open
@kkjeer

Description

@kkjeer

Bounds checking for variables uses an observed bounds context to track the inferred bounds for each in-scope variable. This bounds context is then used to validate the bounds of all in-scope variables after each statement S in a CFG block B.

PR #970 adds a document that describes this work in more detail.

Metadata

Metadata

Assignees

Labels

featureThis labels new features and enhancements.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions