Re: Defuzzed: a fuzzer for D compilers

2016-04-02 Thread Iain Buclaw via D.gnu
On 2 Apr 2016 7:30 pm, "Sebastien Alaiwan via D.gnu" wrote: > > Hi guys, > > I just started a D fuzzer. The goal is to randomly generate input source files in an attempt to crash the compiler. It's in very early stage at this point (less than 300 loc), but it already can crash gdc. > > https://git

Defuzzed: a fuzzer for D compilers

2016-04-02 Thread Sebastien Alaiwan via D.gnu
Hi guys, I just started a D fuzzer. The goal is to randomly generate input source files in an attempt to crash the compiler. It's in very early stage at this point (less than 300 loc), but it already can crash gdc. https://github.com/Ace17/defuzzed Please let me know if you think this could