[PATCH] D24332: [ESan] [MIPS] Fix workingset-signal-posix.cpp on MIPS
Derek Bruening via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 8 13:21:36 PDT 2016
bruening added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_platform_limits_posix.h:610
@@ -609,3 +609,3 @@
struct __sanitizer_kernel_sigset_t {
- u8 sig[16];
+ uptr sig[2];
};
----------------
Aren't there references in source code files that need to be updated for this change? At a glance I see things like "(sizeof(k_set->sig[0]) * 8)".
Repository:
rL LLVM
https://reviews.llvm.org/D24332
More information about the llvm-commits
mailing list