summaryrefslogtreecommitdiff
path: root/src/sp_harden_rand.c (follow)
AgeCommit message (Collapse)Author
2018-02-05Massive simplification of functions hookingjvoisin
2018-01-04Eval blacklistjvoisin
Add support for eval filtering, only blacklist for now
2018-01-03Remove some dead codejvoisin
2017-11-29Code formatting pass on harden-randjvoisin
2017-11-27Initialize some possibly uninitialized variablesjvoisin
Thanks to coverity
2017-11-24Fix harden_rand (#72)jvoisin
This one was tricky. It was a great half-hour of joy, full of macros, ctags, gdb, radare2, tears, hardcoded `int3`, … to finally find that php calls `return` when it fails to parse some parameters for various reasons, even if everything goes fine. This must be a better way to do this, but this is good enough™ for now. This closes #66
2017-10-18.drop() is not a `nop` anymoreThibault "bui" Koechlin
`.drop()` is now baillout out, instead of nop'ing the call. This closes #13
2017-10-11Cheat a bit with the coveragejvoisin
2017-09-20Initial importSebastien Blot