commit | 1a14f497bd17d41d0e0ffceb1fb23dea507b8eae | [log] [tgz] |
---|---|---|
author | sky <sky@chromium.org> | Tue Aug 26 21:44:26 2014 |
committer | Commit bot <commit-bot@chromium.org> | Tue Aug 26 21:45:27 2014 |
tree | 33ca52b4a65e4bd27705f1b816f2d72448dc0a67 | |
parent | 5312633de2202a2c1018c9ed56a951e384107db7 [diff] |
Fixes possible use after free in SessionService SessionService::GetLastSession used a base::Unretained but there was no guarantee that the SessionService would be valid by the time the callback was processed. BUG=399655 TEST=covered by test now R=marja@chromium.org Review URL: https://codereview.chromium.org/500143002 Cr-Commit-Position: refs/heads/master@{#291985}