Julien Pivotto
|
58c445e6ef
|
Fuzz: limit input size (#7317)
We know that fuzzParseExpr and fuzzParseMetricSelector make use of heavy
things like regexes, which take a fairly big amount of memory.
OSS-Fuzz does not offer a proper way to increase the memory [1], therefore
we limit the input size [2].
[1] https://google.github.io/oss-fuzz/faq/#how-do-you-handle-timeouts-and-ooms
[2] https://google.github.io/oss-fuzz/getting-started/new-project-guide/#input-size
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
|
2020-05-31 09:42:56 +02:00 |
|
Tobias Guggenmos
|
bf8542a99e
|
Add missing imports to fuzz tests
Signed-off-by: Tobias Guggenmos <tguggenm@redhat.com>
|
2020-02-17 16:09:23 +01:00 |
|
Tobias Guggenmos
|
6c00f2ffcb
|
Comment fixes
Signed-off-by: Tobias Guggenmos <tguggenm@redhat.com>
|
2020-02-17 16:09:23 +01:00 |
|
Tobias Guggenmos
|
ff0ea1c1ac
|
Fix more identifiers
Signed-off-by: Tobias Guggenmos <tguggenm@redhat.com>
|
2020-02-17 16:07:53 +01:00 |
|
Krzysztof Kowalczyk
|
6e53980bbf
|
fix fuzz targets (#5851)
Signed-off-by: Krzysztof Kowalczyk <kkowalczyk@gmail.com>
|
2019-08-12 20:47:57 +02:00 |
|
AllenZMC
|
3638e4ab18
|
fix mis-spelling in fuzz.go (#5848)
Signed-off-by: czm <zhongming.chang@daocloud.io>
|
2019-08-09 15:19:45 +01:00 |
|
Goutham Veeramachaneni
|
b7eddbcd98
|
textparse: Add fuzzing and fix bug caught
See https://github.com/cznic/golex/issues/11 for info on the bug
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
|
2017-07-07 11:12:17 +02:00 |
|
Morten Siebuhr
|
ffc8cab39a
|
Updates fuzzers to discard less interesting data
|
2016-05-10 11:46:03 +02:00 |
|
Morten Siebuhr
|
981b636004
|
Bring fuzzer error handling in line.
|
2016-04-29 22:50:24 +02:00 |
|
Morten Siebuhr
|
9eb2e98509
|
Fix up documentation + go fmt.
|
2016-04-29 22:50:24 +02:00 |
|
Morten Siebuhr
|
0ebcca5eb7
|
Add basic fuzzer of the parser.
|
2016-04-29 22:50:24 +02:00 |
|