Closed GoogleCodeExporter closed 9 years ago
yea, that's a bit wrong.
How do you suggest to change the output in a way that will not break our users'
scripts?
Original comment by konstant...@gmail.com
on 5 Feb 2013 at 11:50
Just change the address in the last line to the first unaddressable location
inside the access range.
Will that break anything?
Original comment by euge...@google.com
on 5 Feb 2013 at 11:53
This actually came from looking at ASAN_ACCESS_RANGE. Everything going though
that reports access sizes of 1. Even scanf("%d").
Original comment by euge...@google.com
on 5 Feb 2013 at 11:54
SGTM
Original comment by konstant...@gmail.com
on 5 Feb 2013 at 11:55
How about:
a) 0x60260000aff6 is located 0 bytes to the right of 102-byte region
[0x60260000af90,0x60260000aff6)
b) 0x60260000aff4 goes out of the 102-byte region
[0x60260000af90,0x60260000aff6) bounds
Original comment by timurrrr@google.com
on 5 Feb 2013 at 11:55
b is too large of a change, can break report parsers.
I'm going to implement a).
Original comment by euge...@google.com
on 5 Feb 2013 at 12:02
r174373.
Original comment by euge...@google.com
on 5 Feb 2013 at 2:32
Original issue reported on code.google.com by
euge...@google.com
on 5 Feb 2013 at 11:43