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

Unified Diff: base/third_party/libevent/README.chromium

Issue 2134603002: Fix a logic bug in kqueue.c. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/third_party/libevent/kqueue.c » ('j') | base/third_party/libevent/kqueue.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/third_party/libevent/README.chromium
diff --git a/base/third_party/libevent/README.chromium b/base/third_party/libevent/README.chromium
index 4bc235d4739eb673652cbe26adb29fb702d2ffc6..d02a766a71abb7e6f563970a0a15daee3d8f8bf9 100644
--- a/base/third_party/libevent/README.chromium
+++ b/base/third_party/libevent/README.chromium
@@ -35,3 +35,5 @@ static library using GYP.
which is missing in the newlib-based PNaCl toolchain.
7) Stub out signal.c for nacl_helper_nonsfi. socketpair() will be prohibited
by sandbox in nacl_helper_nonsfi.
+8) Fix a logic bug in kqueue.c where struct kevent::flags was being directly
+ compared against EV_ERROR rather than using a bit mask.
« no previous file with comments | « no previous file | base/third_party/libevent/kqueue.c » ('j') | base/third_party/libevent/kqueue.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698