Commit Graph

4 Commits

Author SHA1 Message Date
Fabian Meumertzheim 5b1953b201
infra/java: Improve reproducibility of memory issues (#8736)
When reproducing, use slightly lower limits on heap and stack size so
that minimal changes to fuzz targets, fuzzer and runtime do not cause
memory issues to fail to reproduce.
2022-10-19 13:51:06 -04:00
aschaich 7b0f4f7d1d
[log4j] Add fuzz target for slf4j (#8426) 2022-09-07 12:46:48 +01:00
Fabian Meumertzheim 782464d62c
[log4j2] Fix build failure (#7079)
* [log4j2] Fix build failure

* [log4j2] Slightly improve fuzz target performance

Instead of writing the log messages to /dev/null, use an appender that
constructs it in memory only and ignores the result.
2021-12-30 12:21:15 -05:00
Roman Wagner c2f70d8048
[log4j2] intitial integration (#7016) 2021-12-15 18:55:39 +00:00