-
Notifications
You must be signed in to change notification settings - Fork 9
fuzz: add printf_fuzz target #1103
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request