slint icon indicating copy to clipboard operation
slint copied to clipboard

Add a simple fuzzer for the parser in the compilerlib

Open hunger opened this issue 3 years ago • 4 comments
trafficstars

Run with cargo fuzz run parser.

Fails very soon with this 3 ASCII char string: /**

hunger avatar Nov 17 '21 22:11 hunger

I wrote that file and I do not plan to claim you did, just to make the pipeline happy!

hunger avatar Nov 19 '21 10:11 hunger

I wrote that file and I do not plan to claim you did, just to make the pipeline happy!

The license notice defines who owns the copyright to the project - not who wrote the files that are incorporated into the project. So don't worry, you're fine.

LoganDark avatar Dec 06 '21 19:12 LoganDark

@LoganDark: I still do not want to put some random person's name on my commit. That is not fair to that random person :-)

hunger avatar Dec 07 '21 14:12 hunger

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Dec 12 '21 07:12 CLAassistant

Superceeded by #1040, which has more code:-)

hunger avatar Nov 29 '22 11:11 hunger