Not LGTM. Instead of blacklisting those functions from fuzz-natives, please
fix
them to handle any input without crashing, e.g. you can use:
CONVERT_ARG_HANDLE_CHECKED(HeapObject, ...);
or if you need more flexibility:
RUNTIME_ASSERT(foo->IsHeapObject() || foo->IsBar());
https://codereview.chromium.org/265883009/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.