[PATCH] D56099: [Sanitizer] Add fstab api to FreeBSD/NetBSD
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 27 12:25:13 PST 2018
devnexen marked an inline comment as done.
devnexen added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_common_interceptors.inc:9062
+ if (spec)
+ COMMON_INTERCEPTOR_READ_RANGE(ctx, spec, REAL(strlen)(spec));
+ void *ret = REAL(getfsspec)(spec);
----------------
krytarowski wrote:
> krytarowski wrote:
> > `REAL(strlen)(spec) + 1` here and in `getfsfile`
> Not done.
Missed it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56099/new/
https://reviews.llvm.org/D56099
More information about the llvm-commits
mailing list