[libcxx-commits] [PATCH] D58011: Fix -fsanitize=vptr badness in <__debug>
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 4 18:11:17 PST 2019
EricWF accepted this revision.
EricWF added inline comments.
This revision is now accepted and ready to land.
================
Comment at: src/debug.cpp:241-242
+ __c_node* r = __cbeg_[hc] = __fn(buf, __c, p);
r->__c_ = __c;
r->__next_ = p;
++__csz_;
----------------
ldionne wrote:
> Are those still required?
No. Good catch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58011/new/
https://reviews.llvm.org/D58011
More information about the libcxx-commits
mailing list