[PATCH] D37853: [scudo] Fix bad request handling when allocator has not been initialized
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 14 11:41:04 PDT 2017
cryptoad added a comment.
I should add for completeness sake that to be fair, it's not a "real life" issue, as it would require the first heap operation ever called to be wrong.
But it's not a proper behavior.
https://reviews.llvm.org/D37853
More information about the llvm-commits
mailing list