pitrou opened a new issue, #49918: URL: https://github.com/apache/arrow/issues/49918
### Describe the enhancement requested The Parquet encoding fuzzer can allocate a `std::vector` of an arbitrary size, but doesn't catch any allocation failure. This can produce OOMs in the fuzzer. Issue found by OSS-Fuzz: https://issues.oss-fuzz.com/issues/506741109 ### Component(s) C++, Parquet -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
