Skip to content

fuzz: add printf_fuzz target #1103

@chaliy

Description

@chaliy

Summary

Add a fuzz target for the printf builtin (builtins/printf.rs). It parses format strings with conversion specifiers and performs numeric conversions.

Scope

  • Fuzz arbitrary format strings with random arguments
  • Test edge cases in width/precision specifiers, numeric conversion, escape sequences

Priority

Low — simpler parser, but format string handling has known edge case history.

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