You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-50149: [C++][Parquet] Avoid process abort when encoding fuzzer encounters OOM (#50150)
### Rationale for this change
In the Parquet encoding fuzzer, an OOM error when trying to roundtrip the encoding payload leads to a hard error that is reported as an issue on OSS-Fuzz. This should be converted to a soft error, i.e. a potential log message but not a process abort.
### Are these changes tested?
By additional fuzz regression file as well as manually.
### Are there any user-facing changes?
No.
* GitHub Issue: #50149
Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
0 commit comments