| 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.
|
|
|