[libcxx-commits] [PATCH] D113600: [libc++] Fix segmentation fault in __do_put_integral

Marco Falke via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 10 12:15:47 PST 2021


MarcoFalke added a comment.

There are tests, but the issue (segmentation fault) is only observable on 32-bit AFAICT. On other platforms it is "only" UB, but doing the right thing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113600/new/

https://reviews.llvm.org/D113600



More information about the libcxx-commits mailing list