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

Issue 8231005: Fix wrong pointer arithmetic when extending the file descripter list in the eventhandler (Closed)

Created:
9 years, 2 months ago by Søren Gjesse
Modified:
9 years, 2 months ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix wrong pointer arithmetic when extending the file descripter list in the eventhandler This caused random crashes due to memory corruption when the file descripter list in the eventhandler needed to be extended. R=ager@google.com BUG=none TEST=tests/dart/src/SocketManyConnectionsTest.dart Committed: https://code.google.com/p/dart/source/detail?r=331

Patch Set 1 #

Patch Set 2 : Fixed comment in test case #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -2 lines) Patch
M runtime/bin/eventhandler_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/eventhandler_macos.cc View 1 chunk +1 line, -1 line 0 comments Download
A runtime/tests/dart/src/SocketManyConnectionsTest.dart View 1 1 chunk +114 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Gjesse
9 years, 2 months ago (2011-10-11 15:02:09 UTC) #1
Mads Ager (google)
9 years, 2 months ago (2011-10-11 15:04:43 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698