-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add project utf8proc #5030
Add project utf8proc #5030
Conversation
Did you get approval from maintainer ? Can you ask them to leave a comment here. |
Are afl builds currently broken? Anyway the upstreamed build script is no good for some engines, worked around it for now. |
Removed afl sanitizer, have no clue on failure, maybe @jonathanmetzman can check - https://github.com/google/oss-fuzz/pull/5030/checks?check_run_id=1794519005 and have seen it before, so will let him comment. |
Sorry, just saw this message now. The failures look like this:
I think the issue is that libFuzzingEngine.a is linked with |
Does that mean the fuzz target should be built manually? https://github.com/JuliaStrings/utf8proc/blob/master/test/ossfuzz.sh#L7 |
Yes I think so. |
utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding.
utf8proc is used for basic Unicode support in the Julia language.
I intend to integrate this project.