Attempting to return a resource in PVL triggers NoSuchElementException #1267
Labels
A-Bug
Fuzzing
Found by fuzzing
M-refactoring
Used to track issues that would be fixed by a refactoring.
In the wiki, the type
resource
is described as a "Boolean-like type" in the specification language, noting that...And indeed the following PVL program verifies:
The following program also verifies (note that
bar
is notpure
):However, the following program causes VerCors to crash with a NoSuchElementException:
If
bar
is markedpure
, the error goes away.Version: 3313255 (dev branch).
This issue was found by fuzzing.
The text was updated successfully, but these errors were encountered: