Dandandan commented on issue #22188:
URL: https://github.com/apache/datafusion/issues/22188#issuecomment-4466606277

   > > Found by a `cargo fuzz` target 
(`fuzz/fuzz_targets/sql_physical_plan.rs`) seeded with SQL extracted from 
`datafusion/sqllogictest/test_files/`. The fuzzer triggered it from a mutated 
`generate_series` example by replacing a small numeric literal with 
`9223372036854775807` (`i64::MAX`).
   > 
   > Was this a general-purpose fuzzer that mutates raw bytes, with SLT queries 
used as seeds?
   
   Yeah raw bytes with SLT queries as seeds, indeed. Also it uses the generated 
binary AFAIK to find tokens / branches.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to