Skip to content

Fix fuzz harness blockers#3257

Merged
wwbmmm merged 2 commits intoapache:masterfrom
DavidKorczynski:fix-fuzzer-issues
Apr 6, 2026
Merged

Fix fuzz harness blockers#3257
wwbmmm merged 2 commits intoapache:masterfrom
DavidKorczynski:fix-fuzzer-issues

Conversation

@DavidKorczynski
Copy link
Copy Markdown
Contributor

Harden several code paths with increased error handling. The existing fuzzing harneses are running into various blockers stopping them from explore further code. This is an effort to harden the code so the fuzzers will run better without crashing.

Harden several code paths with increased error handling. The existing
fuzzing harneses are running into various blockers stopping them from
explore further code. This is an effort to harden the code so the
fuzzers will run better without crashing.

Signed-off-by: David Korczynski <david@adalogics.com>
Copy link
Copy Markdown
Contributor

@chenBright chenBright left a comment

Choose a reason for hiding this comment

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

I think we should add a fatal log to indicate that this situation should not occur.

@wwbmmm
Copy link
Copy Markdown
Contributor

wwbmmm commented Apr 1, 2026

I think we should add a fatal log to indicate that this situation should not occur.

Agree. Otherwise, it might overshadow the real problem.

Signed-off-by: David Korczynski <david@adalogics.com>
Copy link
Copy Markdown
Contributor

@chenBright chenBright left a comment

Choose a reason for hiding this comment

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

LGTM

@wwbmmm wwbmmm merged commit e9ada57 into apache:master Apr 6, 2026
29 of 30 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.

3 participants