-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-fuzzingIssue is related to the fuzzingIssue is related to the fuzzingctg-enhancementNew feature, improvement or change requestNew feature, improvement or change requeststatus-verifiedBug fix is verifiedBug fix is verified
Description
Description
At the moment fuzzing cannot generate proper string for simple regex patters.
Expected behavior
Fuzzing should generate proper string that matches to regex like
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
[-+]?[0-9]*\.?[0-9]+([eE][-+]?[0-9]+)?([fFdD]?)
Potential alternatives
Look into discussion about fuzzer data optimization
alisevych
Metadata
Metadata
Assignees
Labels
comp-fuzzingIssue is related to the fuzzingIssue is related to the fuzzingctg-enhancementNew feature, improvement or change requestNew feature, improvement or change requeststatus-verifiedBug fix is verifiedBug fix is verified
Type
Projects
Status
Done