albertZhangTJ / sqlancer-lancerfuzz

Detecting Logic Bugs in DBMS
http://www.sqlancer.com/
MIT License
1 stars 0 forks source link

Allow static_var_ref to be modified outside the fuzzer #14

Closed albertZhangTJ closed 6 months ago

albertZhangTJ commented 6 months ago

Currently the term "static_var_ref" is not actually static but something more like a instance-level member variable.

We can make it to be real class-level and add something else for the test-case level variable.

And we can allow the class-level var_refs to be modified from outside. This helps us generate different database names for different test cases.

albertZhangTJ commented 6 months ago

Feature added with 00ad37ab3edfc1af480dc7b946f2c620bc1f447a