[PATCH] D72364: [scudo][standalone] Modify malloc_{enable,disable} wrt fork
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 7 16:00:35 PST 2020
cryptoad added inline comments.
================
Comment at: compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp:324
+ EXPECT_NE(P, nullptr);
+ free(P);
+ }
----------------
I think I am missing an exit here.
Haven't touched fork in ages so this might be sketchy.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72364/new/
https://reviews.llvm.org/D72364
More information about the llvm-commits
mailing list