Fix invalid nullptr detection due to missing DiscardableMemoryAllocator
Linux requires the presence of a base::DiscardableMemoryAllocator for some fonts handling. This initialization code is taken from the gfx_unittest harness see: ui/gfx/test/run_all_unittests.cc The fuzzer incorrectly reports them as bugs since a nullptr is deferenced. Bug: 1144855 Change-Id: Idfc0888b69fac8a3380659b5469bff0acaa6e806 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511697 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by:Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#823571}
Showing
Please register or sign in to comment