[libcxx-commits] [PATCH] D122257: [libc++] Fix undefined behavior in `std::filebuf`
Fabian Wolff via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 22 13:36:53 PDT 2022
fwolff created this revision.
fwolff added reviewers: ldionne, Mordante, Quuxplusone.
fwolff added a project: libc++.
Herald added a project: All.
fwolff requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Attempts to fix #49267 <https://github.com/llvm/llvm-project/issues/49267>, #49282 <https://github.com/llvm/llvm-project/issues/49282> and #49789 <https://github.com/llvm/llvm-project/issues/49789>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D122257
Files:
libcxx/include/fstream
libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/nonmember_swap_min.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122257.417385.patch
Type: text/x-patch
Size: 3703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220322/561fad99/attachment.bin>
More information about the libcxx-commits
mailing list