Skip to content

feat(fuzz): add base64_fuzz target#1143

Merged
chaliy merged 1 commit intomainfrom
feat/issue-1104-base64-fuzz
Apr 7, 2026
Merged

feat(fuzz): add base64_fuzz target#1143
chaliy merged 1 commit intomainfrom
feat/issue-1104-base64-fuzz

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Apr 7, 2026

Summary

  • Add fuzz target for the base64 builtin covering encode/decode with arbitrary data
  • Tests invalid base64 sequences, wrong padding, truncated input, roundtrips, and wrap width options

Test plan

  • cargo check passes in fuzz directory
  • CI green

Closes #1104

Fuzz the base64 builtin with arbitrary data for encode/decode.
Tests invalid base64 sequences, wrong padding, truncated input,
encode/decode roundtrips, and wrap width options.

Closes #1104
@chaliy chaliy merged commit 1c50187 into main Apr 7, 2026
18 checks passed
@chaliy chaliy deleted the feat/issue-1104-base64-fuzz branch April 7, 2026 05:53
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.

fuzz: add base64_fuzz target

1 participant