Skip to content

Map-related unsoundness #769

@marcoeilers

Description

@marcoeilers

The following code verifies (found by @cmatheja):

field values: Map[Int, Ref]

field value: Int

method main()
{
  var x: Ref
  x := new(values)
  x.values := Map()
  assert x.values[1].value > 0
  assert false // verifies
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions