Use fuzzers from https://github.com/uber/h3/tree/master/src/apps/fuzzers
rather than the built in one. These additional fuzzers should provide
more complete coverage of the library, and should include all functions
currently fuzzed by oss-fuzz.
We can perhaps further clean up the build process to just pass
`$LIB_FUZZING_ENGINE` in to the fuzzers. In the mean time I just built
the fuzzers directly.
uber/h3#505 updated this function to have a different signature; I assume this wasn't caught as a build error because the fuzzer is calling an internal function of the library that isn't in the `h3api.h` header.
* H3: Update for functions returning error codes
* Read H3 index directly from uint8_t data, not string
* remove new_str
* Fix pointer/int type confusion
* Revert h3NeighborRotations change that is not in master yet
* Fix h3NeighborRotations (again)
It doesn't seem to be possible to log in and view reports without the contact email being associated with a Google account. I'm replacing my email address with a Gmail one, and adding another H3 contributor's Gmail email address as well (he's subscribed to the list that receives reports but also could not login.)
Please let me know if my understanding of how reports are made visible to some email addresses is not correct. Thanks!