Skip to content

Conversation

@arthurscchan
Copy link
Contributor

I’ve noticed that this project is already included in OSS-Fuzz for fuzzing (https://github.com/google/oss-fuzz/tree/39036e0ed94fefa958d7c9a20a69619c832b682a/projects/unicode-rs), although the current code coverage appears to be limited. This PR proposes adding a new fuzzer that targets specific functions for Unicode string processing, with the goal of expanding the fuzzing scope and improving code exploration. I’d be grateful for any feedback or suggested changes. Thank you.

@Manishearth
Copy link
Member

Needs formatting

Signed-off-by: Arthur Chan <[email protected]>
@arthurscchan
Copy link
Contributor Author

Thanks. I have fixed the formatting. Sorry for missing the CI result.

@Manishearth
Copy link
Member

 --> fuzz_targets/process.rs:1:1
  |
1 | -// The fuzzing harness fuzz test some of the the
  | ^ expected item
  |
  = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>

@Manishearth
Copy link
Member

Needs formatting.

@arthurscchan
Copy link
Contributor Author

Sorry for the type and formatting, have fixed that.

@Manishearth Manishearth merged commit 9b20974 into unicode-rs:master Oct 31, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants