Skip to content
Commit 7893a468 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Avoid infinite recursion after failed param evaluation

Always mark variables as computed even if evaluation fails. This
avoids infinite recursion and a stack overflow if a parameter whose
evaluation failed is looked up again.

Found with afl-fuzz.
parent 1c8e0e55
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment