3 years, 8 months ago
(2017-04-05 19:02:50 UTC)
#2
Ryan Hansberry
https://codereview.chromium.org/2792483002/diff/80001/chromeos/components/tether/tether_connector.cc File chromeos/components/tether/tether_connector.cc (right): https://codereview.chromium.org/2792483002/diff/80001/chromeos/components/tether/tether_connector.cc#newcode124 chromeos/components/tether/tether_connector.cc:124: connect_tethering_operation_.reset(); You are deleting connect_tethering_operation_ here, but below pass ...
3 years, 8 months ago
(2017-04-06 02:17:44 UTC)
#3
https://codereview.chromium.org/2792483002/diff/80001/chromeos/components/tet...
File chromeos/components/tether/tether_connector.cc (right):
https://codereview.chromium.org/2792483002/diff/80001/chromeos/components/tet...
chromeos/components/tether/tether_connector.cc:124:
connect_tethering_operation_.reset();
You are deleting connect_tethering_operation_ here, but below pass its ssid and
password members (look at how ConnectTetheringResponse calls on
OnSuccessfulConnectTetheringResponse). This causes a crash. A copy of the ssid
and password needs to occur somewhere (probably in ConnectTetheringResponse
right before calling OnSuccessfulConnectTetheringResponse), before deleting
connect_tethering_operation_.
Kyle Horimoto
https://codereview.chromium.org/2792483002/diff/80001/chromeos/components/tether/tether_connector.cc File chromeos/components/tether/tether_connector.cc (right): https://codereview.chromium.org/2792483002/diff/80001/chromeos/components/tether/tether_connector.cc#newcode124 chromeos/components/tether/tether_connector.cc:124: connect_tethering_operation_.reset(); On 2017/04/06 02:17:44, Ryan Hansberry wrote: > You ...
3 years, 8 months ago
(2017-04-06 17:10:54 UTC)
#4
https://codereview.chromium.org/2792483002/diff/80001/chromeos/components/tet...
File chromeos/components/tether/tether_connector.cc (right):
https://codereview.chromium.org/2792483002/diff/80001/chromeos/components/tet...
chromeos/components/tether/tether_connector.cc:124:
connect_tethering_operation_.reset();
On 2017/04/06 02:17:44, Ryan Hansberry wrote:
> You are deleting connect_tethering_operation_ here, but below pass its ssid
and
> password members (look at how ConnectTetheringResponse calls on
> OnSuccessfulConnectTetheringResponse). This causes a crash. A copy of the ssid
> and password needs to occur somewhere (probably in ConnectTetheringResponse
> right before calling OnSuccessfulConnectTetheringResponse), before deleting
> connect_tethering_operation_.
Done.
Ryan Hansberry
lgtm
3 years, 8 months ago
(2017-04-06 17:21:03 UTC)
#5
Try jobs failed on following builders: linux_chromium_tsan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_tsan_rel_ng/builds/47929)
3 years, 8 months ago
(2017-04-06 23:34:52 UTC)
#12
CQ is committing da patch. Bot data: {"patchset_id": 100001, "attempt_start_ts": 1491521836009270, "parent_rev": "5ada6f1b43bfc2bdc326d0ff7ff808b4340479cc", "commit_rev": "1d73b1aebe5f3a978a5a87c7502689b49ba1b134"}
3 years, 8 months ago
(2017-04-07 00:40:09 UTC)
#15
CQ is committing da patch.
Bot data: {"patchset_id": 100001, "attempt_start_ts": 1491521836009270,
"parent_rev": "5ada6f1b43bfc2bdc326d0ff7ff808b4340479cc", "commit_rev":
"1d73b1aebe5f3a978a5a87c7502689b49ba1b134"}
commit-bot: I haz the power
Description was changed from ========== [CrOS Tether] Create TetherConnector, which attempts to connect to a ...
3 years, 8 months ago
(2017-04-07 00:41:02 UTC)
#16
Message was sent while issue was closed.
Description was changed from
==========
[CrOS Tether] Create TetherConnector, which attempts to connect to a nearby
tether host.
This class covers the entire connection process, from a UI callback (when the
user clicks a tether network) to connecting to the associated device's Wi-Fi
network.
BUG=672263
==========
to
==========
[CrOS Tether] Create TetherConnector, which attempts to connect to a nearby
tether host.
This class covers the entire connection process, from a UI callback (when the
user clicks a tether network) to connecting to the associated device's Wi-Fi
network.
BUG=672263
Review-Url: https://codereview.chromium.org/2792483002
Cr-Commit-Position: refs/heads/master@{#462712}
Committed:
https://chromium.googlesource.com/chromium/src/+/1d73b1aebe5f3a978a5a87c75026...
==========
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://chromium.googlesource.com/chromium/src/+/1d73b1aebe5f3a978a5a87c7502689b49ba1b134
3 years, 8 months ago
(2017-04-07 00:41:03 UTC)
#17
Issue 2792483002: [CrOS Tether] Create TetherConnector, which attempts to connect to a nearby tether host.
(Closed)
Created 3 years, 8 months ago by Kyle Horimoto
Modified 3 years, 8 months ago
Reviewers: Ryan Hansberry, Jeremy Klein
Base URL:
Comments: 4