[PATCH] D36488: Add NetBSD support in asan_linux.cc
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 10 11:47:48 PDT 2017
krytarowski added inline comments.
================
Comment at: lib/asan/asan_linux.cc:112
+ if (*p == NULL) {
+ *p = (char *)-1;
+ return 0;
----------------
vitalybuka wrote:
>
> if (!(*p)) {
> *p = (char *)-1;
> return 0;
> }
I will commit it and locally rediff for this change.
Repository:
rL LLVM
https://reviews.llvm.org/D36488
More information about the llvm-commits
mailing list