Ceesjan Luiten

Results 7 issues of Ceesjan Luiten

During testing I discovered Lua doesn't seed itself, resulting in the same request IDs showing in my logs. I've implemented seeding for Unix-like systems using `/dev/urandom`; Lots of pages on...

### Overview of the Issue VTExplain currently does not throw an error when you feed it a query with a `WHERE` filter on a non-existing column. This caused me some...

Type: Bug
Component: vtexplain

# DO NOT MERGE AS-IS There's a bomb in the code to show that the fuzzing is finding results. You might want to verify for yourself that the setup is...

Script for generating a fully up-to-date-and-correct vim syntax file based on the documentation. Some notes: * I took special care to make vim not show colors when the configuration is...

On my system using [AFLplusplus](https://github.com/AFLplusplus/AFLplusplus), for a single core: * `afl-gcc` / `afl-g++` reaches 180 exec/s * `afl-gcc-fast` / `afl-g++-fast` reaches 1700 exec/s * `afl-clang-lto` / `afl-clang-lto++` reaches 2100 exec/s

* Feel free to close this PR if you're not interested: I made it for fun while playing around with `gdb`, just to see what's possible. * The WIP part:...

* Feel free to close this PR if you're not interested: I made it for fun while playing around with `gdb`, just to see what's possible. * The WIP part:...