[libcxx-commits] [PATCH] D146294: [libcxx] Fix crash in std::stringstream with payload >= INT_MAX

Azat Khuzhin via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 20 23:28:21 PDT 2023


azat added a comment.

In D146294#4358869 <https://reviews.llvm.org/D146294#4358869>, @vvereschaka wrote:

> it was fixed for `armv7l`, but these changes do not work for `armv7-*` targets.

Oh, I see, anyway, it seems that there are more targets on which the test could fail, let's wait for a more general solution here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146294



More information about the libcxx-commits mailing list