[flang-commits] [PATCH] D88798: [flang] Fix heap overflow in Real formatting.
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Mon Oct 5 11:38:33 PDT 2020
klausler added a comment.
This works, but maybe the `memcpy` should be in a constructor for `BinaryFloatingPointNumber` -- it already has a `memcpy` in its default constructor, after an assertion that the size is not smaller (which would be removed).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88798/new/
https://reviews.llvm.org/D88798
More information about the flang-commits
mailing list