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

Issue 2750853002: TaskQueue[Win] DOS handling (Closed)

Created:
3 years, 9 months ago by tommi
Modified:
3 years, 9 months ago
Reviewers:
ilnik
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

TaskQueue[Win] DOS handling BUG=webrtc:7341 Review-Url: https://codereview.webrtc.org/2750853002 Cr-Commit-Position: refs/heads/master@{#17242} Committed: https://chromium.googlesource.com/external/webrtc/+/83722268d67f5bd28e77fd86678600d5ee461c81

Patch Set 1 #

Patch Set 2 : Cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -14 lines) Patch
M webrtc/base/task_queue.h View 3 chunks +5 lines, -0 lines 0 comments Download
M webrtc/base/task_queue_win.cc View 1 9 chunks +51 lines, -14 lines 0 comments Download

Messages

Total messages: 19 (13 generated)
tommi
Cleanup
3 years, 9 months ago (2017-03-14 14:46:54 UTC) #5
tommi
hej ilnik - I might not have much time to take care of the remaining ...
3 years, 9 months ago (2017-03-14 20:44:03 UTC) #12
ilnik
On 2017/03/14 20:44:03, tommi (webrtc) wrote: > hej ilnik - I might not have much ...
3 years, 9 months ago (2017-03-15 08:37:18 UTC) #13
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/2750853002/20001
3 years, 9 months ago (2017-03-15 11:34:34 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/external/webrtc/+/83722268d67f5bd28e77fd86678600d5ee461c81
3 years, 9 months ago (2017-03-15 11:36:33 UTC) #18
tommi
3 years, 9 months ago (2017-03-15 11:37:00 UTC) #19
Message was sent while issue was closed.
On 2017/03/15 08:37:18, ilnik wrote:
> On 2017/03/14 20:44:03, tommi (webrtc) wrote:
> > hej ilnik - I might not have much time to take care of the remaining things
in
> > TaskQueue that should accompany this CL, so I put down TODOs for now and
will
> > follow up later.  This addresses the issues you ran into and also raises the
> > limit of how many tasks can be pushed in a burst, to something closer to how
> the
> > other implementations have.
> 
> LGTM.
> Just out of curiosity, do you know why did everything break when 'while' were
> replaced with 'if' in the ProcessQueuedMessages()?
> Having timelimit there doesn't break anything, but it seems to be a potential
> source of bugs in the future.

In the testing I did, I saw that the windows message queue became full and
PostThreadMessage started failing.  E.g. in the TaskQueue.PostALot unit test.
That limit is 0xffff iirc, so I'd like to double check if that was really what
was happening in your case.

Powered by Google App Engine
This is Rietveld 408576698