maxburke opened a new pull request #7360: URL: https://github.com/apache/arrow/pull/7360
If the mutable bitset is allocated with zero elements it'll have an address that, when accessed, segfaults. Even if the number of bits (n) set is zero, it still reads from this invalid address and things crash. ---------------------------------------------------------------- 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: [email protected]
