Fix Type Change of nodep->bitp() in Constraints with String-Indexed Assoc-Arr #5727
Labels
area: randomization
Issue involves randomization/constraints
status: assigned
Issue is assigned to someone to work on
When dealing with associative arrays using strings as indices, like the example below:
Depending on the constraint expression (whether it is within a foreach loop or not), the type of
nodep->bitp()
inV3Randomize.cpp
changes. This causes issues with handling the width of the string index properly.We are currently addressing this issue, and a fix will be pushed soon.
The text was updated successfully, but these errors were encountered: