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

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

Issue 1912113002: Remove deprecated global variables in libevent that cause tsan errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/chromium.patch » ('j') | base/third_party/libevent/chromium.patch » ('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 d8bb4de18bd5ade51340b7638e4e3db62fb67d05..4bc235d4739eb673652cbe26adb29fb702d2ffc6 100644
--- a/base/third_party/libevent/README.chromium
+++ b/base/third_party/libevent/README.chromium
@@ -23,6 +23,8 @@ static library using GYP.
- Revert the patch from http://sourceforge.net/p/levent/bugs/223/ that
introduces use-after-free memory corruption when an event callback frees
the struct event memory.
+ - Remove deprecated global variables, event_sigcb and event_gotsig
+ (essentially unused) that trigger tsan errors. (crbug/605894)
4) The directories WIN32-Code and WIN32-Prj are not included.
5) The configs for android were copied from Linux's which were very close to
android one with the exception of HAVE_FD_MASK and HAVE_STRLCPY.
« no previous file with comments | « no previous file | base/third_party/libevent/chromium.patch » ('j') | base/third_party/libevent/chromium.patch » ('J')

Powered by Google App Engine
This is Rietveld 408576698