summaryrefslogtreecommitdiff
path: root/fuzzing
AgeCommit message (Expand)AuthorFilesLines
2021-08-22Avoid integer overflow in fuzzing codeMichael Hanselmann1-4/+11
2021-08-13usbredirparserfuzz: Read over complete input buffersMichael Hanselmann1-4/+33
2021-08-13usbredirparserfuzz: Simulate short reads and writesMichael Hanselmann1-0/+6
2021-08-13usbredirparserfuzz: Use constant for magic numberMichael Hanselmann1-3/+6
2021-08-13usbredirparserfuzz: Remove loggingMichael Hanselmann1-117/+0
2021-07-08usbredirparserfuzz: Test un-/serializing of dataMichael Hanselmann1-0/+55
2021-07-08usbredirparserfuzz: Improve handling of I/O errorsMichael Hanselmann1-2/+8
2021-07-08usbredirparserfuzz: Continue writing until exhaustedMichael Hanselmann1-5/+8
2021-07-08usbredirparserfuzz: Add "no hello" flag to possibilitiesMichael Hanselmann1-5/+2
2021-07-08usbredirparserfuzz: Remove status variableMichael Hanselmann1-4/+1
2021-06-20Add fuzzer for filtersMichael Hanselmann2-0/+108
2021-06-18Release filter rules during fuzzingMichael Hanselmann2-1/+2
2021-06-01fuzzing: Always use ConsumeData functionMichael Hanselmann1-9/+1
2021-06-01fuzzing: Read complete source buffer on writeMichael Hanselmann1-0/+5
2021-05-03build-sys: drop autotoolsVictor Toso1-22/+0
2021-05-03usbredirparserfuzz: include <limits>Victor Toso1-0/+1
2021-04-27Make fuzzing with meson build workMichael Hanselmann2-36/+52
2021-04-15usbredirparserfuzz: Move all static functions into anonymous namespaceMichael Hanselmann1-45/+45
2021-04-13fuzzing: Use unique_ptr for usbredirparser instanceMichael Hanselmann1-13/+20
2021-03-24build-sys: Ship meson on a tarball from autotoolsVictor Toso1-0/+3
2021-03-24build-sys: add meson option for fuzzingVictor Toso1-0/+42
2021-03-22fuzzing: fix -Wsign-compareVictor Toso1-1/+1
2021-02-17Add fuzzer for protocol parserMichael Hanselmann4-0/+564