Re: [asan] Change shadow type from unsigned to signed

2012-10-19 Thread Jakub Jelinek
On Thu, Oct 18, 2012 at 08:40:32PM -0700, Xinliang David Li wrote: > The following is small bug fix caught during testing. The shadow value > for redzone can be negative, so the shadow type must be signed for the > check to succeed. > > Ok for the branch? Yes (with a proper ChangeLog.asan entry ;

[asan] Change shadow type from unsigned to signed

2012-10-18 Thread Xinliang David Li
The following is small bug fix caught during testing. The shadow value for redzone can be negative, so the shadow type must be signed for the check to succeed. Ok for the branch? thanks, David Index: asan.c === --- asan.c (re