emkornfield commented on a change in pull request #9349: URL: https://github.com/apache/arrow/pull/9349#discussion_r566305825
########## File path: cpp/src/arrow/ipc/reader.cc ########## @@ -1053,7 +1053,7 @@ class RecordBatchFileReaderImpl : public RecordBatchFileReader { file_->ReadAt(footer_offset_ - footer_length - file_end_size, footer_length)); auto data = footer_buffer_->data(); - flatbuffers::Verifier verifier(data, footer_buffer_->size(), 128); + flatbuffers::Verifier verifier(data, footer_buffer_->size(), 128, UINT_MAX); Review comment: please still add the parameter comment if possible. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org