Commit Graph

3 Commits

Author SHA1 Message Date
DavidKorczynski c279d13834
packaging: fix fuzzer (#9882)
Catch an exception thrown by the code and remove invalid operators.

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=56761

Signed-off-by: David Korczynski <david@adalogics.com>
2023-03-07 15:52:44 +00:00
DavidKorczynski ce2f2e537c
Python projects: Fixup string lengths (#9869)
The argument to various consume functions eats up all of the data, am
changing so not all data is used before the last part of the fuzzer.

Ref: https://github.com/google/oss-fuzz/pull/9864
https://github.com/google/oss-fuzz/pull/9864#pullrequestreview-1326908396

---------

Signed-off-by: David Korczynski <david@adalogics.com>
2023-03-06 13:56:55 -08:00
DavidKorczynski 0634a01594
packaging: initial integration (#9315)
Signed-off-by: David Korczynski <david@adalogics.com>

Signed-off-by: David Korczynski <david@adalogics.com>
2022-12-30 13:30:20 +00:00