You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/06/05 22:00:56 UTC

[GitHub] [arrow] maxburke opened a new pull request #7360: ARROW-9047: [Rust] Fix a segfault when setting zero bits in a zero-length bitset.

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:
users@infra.apache.org



[GitHub] [arrow] nevi-me closed pull request #7360: ARROW-9047: [Rust] Fix a segfault when setting zero bits in a zero-length bitset.

Posted by GitBox <gi...@apache.org>.
nevi-me closed pull request #7360:
URL: https://github.com/apache/arrow/pull/7360


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #7360: ARROW-9047: [Rust] Fix a segfault when setting zero bits in a zero-length bitset.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7360:
URL: https://github.com/apache/arrow/pull/7360#issuecomment-639850769


   https://issues.apache.org/jira/browse/ARROW-9047


----------------------------------------------------------------
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:
users@infra.apache.org