Displaying 1 result from an estimated 1 matches for "d57149".
2019 Sep 19
2
Fixing some StackProtector issues
...pointer in a normal-looking way, but just oversteps the
bounds of the pointed-to data.
r363169 was intended to fix PR42238, so undoing the patch will have to
come up with some other fix for PR42238. Also, there's PR40436, which
identified an infinite recursion in HasAddressTaken; there's D57149 to
fix that, which was abandoned as irrelevant after r363169.
Finally, aside from just fixing PR42238, the commit log for r363169
also notes that it "fixes some infrastructure issues to allow running
just the IR pass." That fix should be preserved.
Overall, I think the appropriate meas...