albertZhangTJ / sqlancer-lancerfuzz

SQLancer, with grammar-based fuzzing capability
http://www.sqlancer.com/
MIT License
1 stars 0 forks source link

Independent ID for used identifier list #6

Closed albertZhangTJ closed 9 months ago

albertZhangTJ commented 9 months ago

The current method has its flaws

In grammar rules, those list of identifiers are often defined as

column_name ( ','  column_name)*

The current method does not track the first column name and might still contain repetition in the output

albertZhangTJ commented 9 months ago

Quick fix with f1c4d1f5c686db3ddb1afc84dc7456b2a59a0f63

albertZhangTJ commented 9 months ago

Wasn't in a clear mind, didn't implement the whole stuff on fuzzer side.

albertZhangTJ commented 9 months ago

Endlich getan, 7b3271aea14097768ca1cf6f6caee0cffd5eb903