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

Issue 2365373002: Add autothread to pseudo-tcp fuzzer. (Closed)

Created:
4 years, 2 months ago by phoglund
Modified:
4 years, 2 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add autothread to pseudo-tcp fuzzer. I think this will make a rtc::Thread object exist for the lifetime of the environment, which will remove some uninteresting crashes. BUG=chrome:648075 Committed: https://crrev.com/590cf281fb3def59d6f639813691def18ab55370 Cr-Commit-Position: refs/heads/master@{#14438}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rewrite to use init list for struct #

Total comments: 4

Patch Set 3 : Added const, comments for thread. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -3 lines) Patch
M webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc View 1 2 2 chunks +9 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
phoglund
4 years, 2 months ago (2016-09-26 13:45:12 UTC) #3
Sergey Ulanov
lgtm
4 years, 2 months ago (2016-09-26 17:25:12 UTC) #4
pbos-webrtc
https://codereview.webrtc.org/2365373002/diff/1/webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc File webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc (right): https://codereview.webrtc.org/2365373002/diff/1/webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc#newcode33 webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc:33: cricket::PseudoTcp* ptcp; Move struct members down to after the ...
4 years, 2 months ago (2016-09-27 19:43:49 UTC) #6
phoglund
pbos PTAL https://codereview.webrtc.org/2365373002/diff/1/webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc File webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc (right): https://codereview.webrtc.org/2365373002/diff/1/webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc#newcode33 webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc:33: cricket::PseudoTcp* ptcp; On 2016/09/27 19:43:49, pbos-webrtc wrote: ...
4 years, 2 months ago (2016-09-28 08:24:20 UTC) #7
pbos-webrtc
lgtm w/ nits https://codereview.webrtc.org/2365373002/diff/20001/webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc File webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc (right): https://codereview.webrtc.org/2365373002/diff/20001/webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc#newcode37 webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc:37: cricket::PseudoTcp* ptcp; * const ptcp; https://codereview.webrtc.org/2365373002/diff/20001/webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc#newcode38 ...
4 years, 2 months ago (2016-09-28 16:01:41 UTC) #8
phoglund
https://codereview.webrtc.org/2365373002/diff/20001/webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc File webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc (right): https://codereview.webrtc.org/2365373002/diff/20001/webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc#newcode37 webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc:37: cricket::PseudoTcp* ptcp; On 2016/09/28 16:01:41, pbos-webrtc wrote: > * ...
4 years, 2 months ago (2016-09-29 11:06:00 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2365373002/40001
4 years, 2 months ago (2016-09-29 11:06:12 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-09-29 13:27:52 UTC) #14
commit-bot: I haz the power
4 years, 2 months ago (2016-09-29 13:27:56 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/590cf281fb3def59d6f639813691def18ab55370
Cr-Commit-Position: refs/heads/master@{#14438}

Powered by Google App Engine
This is Rietveld 408576698