pitrou opened a new pull request, #49960:
URL: https://github.com/apache/arrow/pull/49960

   ### Rationale for this change
   
   The BYTE_STREAM_SPLIT encoder and decoder allocate a `SmallVector` to hold 
the addresses of the different streams. While this is valid for small number of 
streams (which is most or all legitimate use cases), very large numbers of 
streams (e.g. FLBA(100000000)) can trigger a huge temporary memory allocation.
   
   This issue was found by OSS-Fuzz: 
https://issues.oss-fuzz.com/issues/511575321
   
   ### What changes are included in this PR?
   
   ### Are these changes tested?
   
   ### Are there any user-facing changes?
   


-- 
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]

Reply via email to