Glibc has recently introduced changed to the mode field in ipc_perm in commit 2f959dfe849e0646e27403f2e4091536496ac0f0. For Arm this means that the mode field no longer has the same size. This causes an assert failure against libsanitizer's internal copy of ipc_perm. Since this change can't be easily detected I am adding arm to the list of targets that are excluded from this check. libsanitizer doesn't use this field (and others, it in fact uses only 1 field) so this check can be ignored. Padding bits were used by glibc when the field was changed so sizeof and offsets of the remaining fields should be the same. libsanitizer/ChangeLog: PR sanitizer/92154 * sanitizer_common/sanitizer_platform_limits_posix.cpp (defined): Cherry-pick compiler-rt revision r375220. From-SVN: r277291
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
asan | Loading commit data... | |
builtins | Loading commit data... | |
include | Loading commit data... | |
interception | Loading commit data... | |
libbacktrace | Loading commit data... | |
lsan | Loading commit data... | |
sanitizer_common | Loading commit data... | |
tsan | Loading commit data... | |
ubsan | Loading commit data... | |
ChangeLog | Loading commit data... | |
HOWTO_MERGE | Loading commit data... | |
LICENSE.TXT | Loading commit data... | |
LOCAL_PATCHES | Loading commit data... | |
MERGE | Loading commit data... | |
Makefile.am | Loading commit data... | |
Makefile.in | Loading commit data... | |
README.gcc | Loading commit data... | |
acinclude.m4 | Loading commit data... | |
aclocal.m4 | Loading commit data... | |
config.h.in | Loading commit data... | |
configure | Loading commit data... | |
configure.ac | Loading commit data... | |
configure.tgt | Loading commit data... | |
libsanitizer.spec.in | Loading commit data... | |
libtool-version | Loading commit data... | |
merge.sh | Loading commit data... |