Chromium Code Reviews

Issue 118124: Linux: sync libevent/epoll.c to upstream's version (Closed)

Created:
11 years, 6 months ago by agl
Modified:
9 years, 7 months ago
Reviewers:
dank
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Linux: sync libevent/epoll.c to upstream's version. Our version of epoll.c has a bug where, when resizing an array, pointers to the old array remain in kernel memory and are subsequently used. This is a pure cherry-pick from libevent 1.4.11-stable.

Patch Set 1 #

Patch Set 2 : ... #

Unified diffs Side-by-side diffs Stats (+8 lines, -5 lines)
M third_party/libevent/epoll.c View 5 chunks +8 lines, -5 lines 0 comments

Messages

Total messages: 2 (0 generated)
agl
11 years, 6 months ago (2009-06-02 18:52:34 UTC) #1
dank
11 years, 6 months ago (2009-06-02 19:59:44 UTC) #2
LGTM

Powered by Google App Engine