mirror of
https://github.com/google/brotli.git
synced 2026-09-22 14:45:51 +00:00
fuzz directory to have C sources instead of C++ #237
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jun 10, 2018).
ref https://github.com/dotnet/corefx/issues/30249
We are in process of converting some C++ sources in corefx and found that
fuzzdirectory, that lives underchas twoc++sources8544ae858d/c/fuzz. Could these two.cc's be updated toC?@eustas commented on GitHub (Jun 10, 2018):
I'll check in on Monday. Alternatively, it could be moved from c/fuzz, to fuzz/ or somewhere else.
@ghost commented on GitHub (Jun 10, 2018):
Thanks @eustas. I have sent a PR to purge C++'ism from fuzz https://github.com/google/brotli/pull/682. However, I don't have Google Account to sign the CLA with. Feel free to use this patch as a public domain contribution. :)
@ghost commented on GitHub (Jun 14, 2018):
@eustas, have you had a chance to look at it?
@ghost commented on GitHub (Jun 18, 2018):
Fixed by #686.
@eustas commented on GitHub (Jun 22, 2018):
Release is postponed a little bit; oss-fuzz failed to build the new binary (clang++ said that it does not like std=c99, and then clang failed to link with c++ fuzzer library)... Hopefully all things will work together on this weekend -> v1.0.5 will be released on Monday.