Skip to content

SCCP can resolve a dynamic array index into an invalid immediate index that's rejected by the verifier #231

Description

@sbillig

The verifier requires that immediate indexes are non-negative and within bounds. SCCP can sometimes determine that a "dynamic" index is actually statically known, and convert it to an immediate value. This immediate value might be rejected by the verifier.

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