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

Issue 1584793004: Fix IPAddress::ToSensitiveString() to avoid dependency on inet_ntop(). (Closed)

Created:
4 years, 11 months ago by Sergey Ulanov
Modified:
4 years, 11 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fix IPAddress::ToSensitiveString() to avoid dependency on inet_ntop(). Previosly ToSesnsetiveString() wasn't working witn some implementations of inet_ntop(). Rewrote it to avoid that dependency. BUG=chromium:577344 R=pthatcher@webrtc.org, tommi@webrtc.org Committed: https://crrev.com/beed8280d81cf1dd9a464b861f00b1ca6b70e220 Cr-Commit-Position: refs/heads/master@{#11242}

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -15 lines) Patch
M webrtc/base/ipaddress.cc View 1 2 chunks +12 lines, -14 lines 0 comments Download
M webrtc/base/ipaddress_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (7 generated)
Sergey Ulanov
4 years, 11 months ago (2016-01-13 22:10:49 UTC) #2
Sergey Ulanov
+pthatcher
4 years, 11 months ago (2016-01-13 22:15:09 UTC) #4
pthatcher1
https://codereview.chromium.org/1584793004/diff/1/webrtc/base/ipaddress.cc File webrtc/base/ipaddress.cc (right): https://codereview.chromium.org/1584793004/diff/1/webrtc/base/ipaddress.cc#newcode140 webrtc/base/ipaddress.cc:140: if (!rtc::inet_ntop(family_, src, buf, sizeof(buf))) { Would it be ...
4 years, 11 months ago (2016-01-13 22:25:23 UTC) #5
Sergey Ulanov
https://codereview.chromium.org/1584793004/diff/1/webrtc/base/ipaddress.cc File webrtc/base/ipaddress.cc (right): https://codereview.chromium.org/1584793004/diff/1/webrtc/base/ipaddress.cc#newcode140 webrtc/base/ipaddress.cc:140: if (!rtc::inet_ntop(family_, src, buf, sizeof(buf))) { On 2016/01/13 22:25:23, ...
4 years, 11 months ago (2016-01-13 22:47:42 UTC) #6
pthatcher1
lgtm
4 years, 11 months ago (2016-01-13 22:50:44 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1584793004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1584793004/20001
4 years, 11 months ago (2016-01-13 22:54:12 UTC) #9
tommi
lgtm
4 years, 11 months ago (2016-01-13 23:17:03 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) linux_baremetal on ...
4 years, 11 months ago (2016-01-14 00:54:32 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1584793004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1584793004/20001
4 years, 11 months ago (2016-01-14 02:13:57 UTC) #14
Sergey Ulanov
Committed patchset #2 (id:20001) manually as beed8280d81cf1dd9a464b861f00b1ca6b70e220 (presubmit successful).
4 years, 11 months ago (2016-01-14 02:15:04 UTC) #16
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/beed8280d81cf1dd9a464b861f00b1ca6b70e220 Cr-Commit-Position: refs/heads/master@{#11242}
4 years, 11 months ago (2016-01-14 02:15:06 UTC) #18
Henrik Grunell WebRTC
4 years, 11 months ago (2016-01-14 08:12:17 UTC) #19
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698