google / clusterfuzz

Scalable fuzzing infrastructure.
https://google.github.io/clusterfuzz
Apache License 2.0
5.27k stars 551 forks source link

[libFuzzer][chrome] Dont set an rss_limit_mb. #4135

Closed jonathanmetzman closed 1 month ago

jonathanmetzman commented 1 month ago

Chrome fuzzing thinks it's not needed because the OOM killer can be relied on. We didn't have one for AFL.

Related: https://github.com/google/clusterfuzz/issues/4134