Ahmad Humayun

Results 4 issues of Ahmad Humayun

I am trying to use grammarinator to generate test cases for `sqlite`. I am using the ANTLR grammar for `sqlite` that is available at the official antlr repo: - [Lexer](https://github.com/antlr/grammars-v4/blob/master/sql/sqlite/SQLiteLexer.g4)...

![image](https://user-images.githubusercontent.com/17960334/110659462-6a3f6c00-81e4-11eb-98b5-c37623b4e9cf.png) Screenshot shows make reduce for sort failing and passing for bzip2 The test.sh file fails for some reason while debloating sort. The debloating is working for all other programs...

I ran the command given in the readme `java -jar sqlancer-*.jar --num-threads 4 sqlite3 --oracle NoREC` I noticed that none of the queries generated contain the GROUP BY operation. Is...

**Fatal crash on `malloc()` when running program under QBDI** I am running a simple program `file_open_sample` instrumented under QBDI using the pyqbdi library. The normal execution of the program looks...