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 2021/08/05 12:22:35 UTC

[GitHub] [arrow] bkietz commented on pull request #10882: ARROW-13567: [C++] ConvertOptions::Defaults leaves `timestamp_parsers` uninitialized

bkietz commented on pull request #10882:
URL: https://github.com/apache/arrow/pull/10882#issuecomment-893415544


   A default constructed vector will be initialized to empty. A vector with bogus or uninitialized size means that the underlying memory was corrupted, we're accessing a dangling reference to ConvertOptions, or similar undefined behavior. If you have solid repro I would recommend running it through valgrind or ASAN


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org