Skip to content

fuzz: add base64_fuzz target #1104

@chaliy

Description

@chaliy

Summary

Add a fuzz target for the base64 builtin (builtins/base64.rs). It encodes and decodes base64 data — invalid input handling and padding edge cases should be tested.

Scope

  • Fuzz arbitrary data for encode/decode roundtrips
  • Test invalid base64 sequences, wrong padding, truncated input

Priority

Low — relatively simple codec, but roundtrip correctness matters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions