Heapster: Prelude.head: empty list
crash when invoking heapster_typecheck_mut_funs
on empty list
#2096
Labels
subsystem: heapster
Issues specifically related to memory verification using Heapster
type: bug
Issues reporting bugs or unexpected/unwanted behavior
Given the following C program SAW script:
// test.c
SAW will crash when attempting to run the program:
Either
heapster_typecheck_mut_funs
should be altered to accept an empty list, or it should fail with a better error message thanPrelude.head: empty list
(and the non-empty list requirement should be documented).The text was updated successfully, but these errors were encountered: