Pass fuzzing inputs as constant references.
Split out from #17009 as suggested by MarcoFalke in #17009 (review).
Pass fuzzing inputs as constant references.
Split out from #17009 as suggested by MarcoFalke in #17009 (review).
ACK ffa22212560c9e7a8692cb8982d9b3b507ee9af1
This is just stylistic refactoring, because a copy is created either way. Though, it seems fine to do this change, even if we were to switch to a different class (like https://cs.chromium.org/chromium/src/third_party/libFuzzer/src/utils/FuzzedDataProvider.h?rcl=b9f51dc8c98065df0c8da13c051046f5bab833db), the input data remains read-only.