Closed Xrayez closed 3 years ago
It was possible to set existing option to null, which could cause find_option() to crash upon null value.
null
find_option()
This patch also makes sure that options with the same name are not added.
Bug found via fuzzer 🐛: https://github.com/goostengine/goost-fuzzer/runs/3326725665.
It was possible to set existing option to
null
, which could causefind_option()
to crash uponnull
value.This patch also makes sure that options with the same name are not added.
Bug found via fuzzer 🐛: https://github.com/goostengine/goost-fuzzer/runs/3326725665.