Skip to content

Array indexes can overflow in some situations #2470

Closed
@msullivan

Description

@msullivan

In some situations, array indexes that should be out of bounds may overflow to in bounds array indexes. This can happen due if the index type is wider than the platform int size and gets truncated or if the multiplication by the element size overflows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-codegenArea: Code generation

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions