Skip to content

core: create lookup table indices with invalid variables

Artem Kotsynyak requested to merge fix/fuzzing-00-04 into main

LookupTable API actually assumes that Index cannot be null, resulting in a crash on related incorrect input. The fix creates index stubs with UndefinedVariable id.

Merge request reports

Loading