Re: Backport important ASan features from upstream.

2015-11-19 Thread Maxim Ostapenko
On 19/11/15 13:18, Jakub Jelinek wrote: On Thu, Nov 19, 2015 at 11:19:23AM +0300, Maxim Ostapenko wrote: Hi! Since the last sanitizer library merge to GCC happened, some new useful features were applied upstream. In particular, the most significant are: * The shadow offset for ASan was unified

Re: Backport important ASan features from upstream.

2015-11-19 Thread Jakub Jelinek
On Thu, Nov 19, 2015 at 11:19:23AM +0300, Maxim Ostapenko wrote: > Hi! > > Since the last sanitizer library merge to GCC happened, some new useful > features were applied upstream. In particular, the most significant are: > > * The shadow offset for ASan was unified on Aarch64 for 39 and 42 VMAs

Re: Backport important ASan features from upstream.

2015-11-19 Thread Yury Gribov
On 11/19/2015 11:36 AM, Andrew Pinski wrote: On Nov 19, 2015 12:19 AM, "Maxim Ostapenko" wrote: Hi! Since the last sanitizer library merge to GCC happened, some new useful features were applied upstream. In particular, the most significant are: * The shadow offset for ASan was unified on A