Closed ramosian-glider 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?
Reported by konstantin.s.serebryany
on 2013-02-05 11:50:03
Just change the address in the last line to the first unaddressable location inside
the access range.
Will that break anything?
Reported by eugenis@google.com
on 2013-02-05 11:53:43
This actually came from looking at ASAN_ACCESS_RANGE. Everything going though that reports
access sizes of 1. Even scanf("%d").
Reported by eugenis@google.com
on 2013-02-05 11:54:49
SGTM
Reported by konstantin.s.serebryany
on 2013-02-05 11:55:13
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
Reported by timurrrr@google.com
on 2013-02-05 11:55:29
b is too large of a change, can break report parsers.
I'm going to implement a).
Reported by eugenis@google.com
on 2013-02-05 12:02:39
r174373.
Reported by eugenis@google.com
on 2013-02-05 14:32:36
Fixed
Adding Project:AddressSanitizer as part of GitHub migration.
Reported by ramosian.glider
on 2015-07-30 09:13:40
Originally reported on Google Code with ID 150
Reported by
eugenis@google.com
on 2013-02-05 11:43:54