-
Notifications
You must be signed in to change notification settings - Fork 9
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
Unicode: write fuzzing tests for normalization #576
Comments
the-moisrex
added
Research
Security
Security Bug
Warning
A warnings / not errors
labels
Nov 13, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 18, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 19, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 20, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 21, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 21, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 23, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 23, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 24, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 24, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 25, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 25, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 26, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 27, 2024
|
Well, how the heck am I supposed to debug this when you don't give me the input? |
|
|
the-moisrex
added a commit
that referenced
this issue
Dec 27, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 27, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 28, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 30, 2024
This one does not blow, but address sanitizer does:
|
the-moisrex
added a commit
that referenced
this issue
Dec 30, 2024
the-moisrex
added a commit
that referenced
this issue
Dec 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Normalization algorithms (specially UTF-8 encoded one because of
utf_reducer
) really needs a fuzz testing because there are too manyassert
s in the there.checked::prev_code_point
#584checked::length_of
#585The text was updated successfully, but these errors were encountered: