Skip to content

Added fuzzing support.#1949

Open
chadf wants to merge 1 commit into
PurpleI2P:opensslfrom
chadf:fuzzing-6
Open

Added fuzzing support.#1949
chadf wants to merge 1 commit into
PurpleI2P:opensslfrom
chadf:fuzzing-6

Conversation

@chadf

@chadf chadf commented Jul 11, 2023

Copy link
Copy Markdown
Contributor

No description provided.


msgType = (i2p::I2NPMessageType) data[0];

data++;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this data++?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It skips over the message type value it took from the fuzzing input.

@chadf

chadf commented Feb 13, 2026

Copy link
Copy Markdown
Contributor Author

Updated branch to be mergeable again.
Minimized changes to basic fuzzer only, to start.
Updated naming to be used easier in OSS-Fuzz (https://google.github.io/oss-fuzz/advanced-topics/ideal-integration/).

@chadf chadf changed the title Added undefined behavior sanitizer and fuzzers. Added fuzzing support. Feb 13, 2026
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