Skip to content

core: fix unconditional access to union field

Artem Kotsynyak requested to merge fix/fuzzing-1 into main

In several cases Value::sval has been acessed without proper type validation resulting in crashes on related incorrect inputs. The fix replaces non-validated union access with Value::text access.

Merge request reports

Loading