mirror of https://github.com/prometheus/prometheus
Browse Source
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>pull/7318/head
Julien Pivotto
5 years ago
committed by
GitHub
1 changed files with 11 additions and 0 deletions
Loading…
Reference in new issue