Diff Detail
Diff Detail
Event Timeline
Comment Actions
Checked x64 (check-all), i386 (only kernel-area) and schroot on x64 with i386 personality (only kernel-area). Looks like currently kernel-area.cc test won't work under schroots because we can't reliably determine asan-32-bits there.
Comment Actions
Looks reasonable. But maybe also add the check for the value of current stack pointer?
lib/sanitizer_common/sanitizer_flags.cc | ||
---|---|---|
127 | Please provide default value for this flag in SetCommonFlagsDefaults(). |
Comment Actions
Updated based on review. Also relaxed personality check to allow innocent modifications which don't harm uname.
Please provide default value for this flag in SetCommonFlagsDefaults().