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

Issue 112089: Linux: fix libevent bug. (Closed)

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

Description

Linux: fix libevent bug. r17436 exposed a libevent bug where an array is not resized to a large enough size when it's one element too short. This bug will be upstreamed to libevent.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M third_party/libevent/epoll.c View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 2 (0 generated)
agl
http://codereview.chromium.org/112089/diff/1/2 File third_party/libevent/epoll.c (right): http://codereview.chromium.org/112089/diff/1/2#newcode174 Line 174: while (nfds <= max) |max| is an index ...
11 years, 6 months ago (2009-06-02 23:18:14 UTC) #1
James Hawkins
11 years, 6 months ago (2009-06-02 23:19:29 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698