fallintoplace opened a new pull request, #1062: URL: https://github.com/apache/arrow-go/pull/1062
IPC stream reads already convert record-loading panics from malformed messages into errors, but FileReader.RecordBatchAt called the same loader without that boundary. Corrupt record-batch internals could therefore panic the process through an API that otherwise returns an error.\n\nAdd an error-returning file load boundary consistent with the stream reader and cover malformed FlatBuffer metadata.\n\nValidated with ok github.com/apache/arrow-go/v18/arrow/ipc 0.270s [no tests to run]. -- 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]
