Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(487)

Issue 2468593002: Fix undefined behavior in UnixDomainSocketUtil.Connect test. (Closed)

Created:
4 years, 1 month ago by krasin1
Modified:
4 years, 1 month ago
Reviewers:
Tom Sepez, Dirk Pranke
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix undefined behavior in UnixDomainSocketUtil.Connect test. After SocketAcceptor is destructed, the thread might still have been attached to it, and an invalid cast on the already destructed object was performed. This bug was found under UBSan. BUG=660174 Committed: https://crrev.com/49c519ecea2ee0d83d0faf76b5f7c4cc2a92b0e0 Cr-Commit-Position: refs/heads/master@{#429085}

Patch Set 1 #

Patch Set 2 : run ipc_tests on UBSan buildbots. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -1 line) Patch
M ipc/unix_domain_socket_util_unittest.cc View 4 chunks +7 lines, -1 line 0 comments Download
M testing/buildbot/chromium.fyi.json View 1 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (14 generated)
krasin1
4 years, 1 month ago (2016-10-31 18:42:49 UTC) #2
jam
Switching reviewers to Tom; I'm not really familiar with this.
4 years, 1 month ago (2016-11-01 16:53:49 UTC) #8
Tom Sepez
lgtm I'm not that familiar either, but I do think this solves the race.
4 years, 1 month ago (2016-11-01 18:28:36 UTC) #11
krasin1
On 2016/11/01 18:28:36, Tom Sepez wrote: > lgtm > > I'm not that familiar either, ...
4 years, 1 month ago (2016-11-01 18:29:18 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2468593002/20001
4 years, 1 month ago (2016-11-01 18:29:51 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/294238)
4 years, 1 month ago (2016-11-01 18:36:56 UTC) #16
krasin1
Hi Dirk, please, approve another small change to chromium.fyi.json.
4 years, 1 month ago (2016-11-01 18:38:09 UTC) #18
Dirk Pranke
lgtm
4 years, 1 month ago (2016-11-01 19:09:56 UTC) #19
krasin1
On 2016/11/01 19:09:56, Dirk Pranke wrote: > lgtm Thank you, Dirk!
4 years, 1 month ago (2016-11-01 20:11:17 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2468593002/20001
4 years, 1 month ago (2016-11-01 20:11:34 UTC) #22
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-11-01 20:15:44 UTC) #24
commit-bot: I haz the power
4 years, 1 month ago (2016-11-01 20:19:11 UTC) #26
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/49c519ecea2ee0d83d0faf76b5f7c4cc2a92b0e0
Cr-Commit-Position: refs/heads/master@{#429085}

Powered by Google App Engine
This is Rietveld 408576698