[PATCH] D44713: Unsubmitted part of D44599
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 21 13:38:19 PDT 2018
devnexen added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_linux.cc:1754
+#if SANITIZER_OPENBSD
+ *pc = 0;
+ *bp = 0;
----------------
vitalybuka wrote:
> vitalybuka wrote:
> > devnexen wrote:
> > > vitalybuka wrote:
> > > > Why zeroes? Can you get real values?
> > > ucontext not supported here.
> > https://man.openbsd.org/sigaction.2
> > >> On OpenBSD, ucontext_t is an alias for the sigcontext structure defined in <signal.h>.
> Could you please comment about your plans here?
All good points ... Did not know about sigcontext
https://reviews.llvm.org/D44713
More information about the llvm-commits
mailing list