kc3-lang/libevent

Branch :


Log

Author Commit Date CI Message
0b49ae34 2015-01-05 09:33:48 Update changelog
2c827e76 2015-01-05 09:33:02 Merge branch '21_cve_2014_6272_v2'
841ecbd9 2015-01-05 09:32:53 Fix CVE-2014-6272 in Libevent 2.1 For this fix, we need to make sure that passing too-large inputs to the evbuffer functions can't make us do bad things with the heap. Also, lower the maximum chunk size to the lower of off_t, size_t maximum. This is necessary since otherwise we could get into an infinite loop if we make a chunk that 'misalign' cannot index into.
683f5568 2015-01-05 09:16:12 Increment version to 2.1.5-beta
0eb39194 2015-01-05 08:50:30 work on changelog for 2.1.5-alpah
8a29f3b3 2015-01-04 10:27:02 Merge pull request #201 from nsuke/cmake-shared-build Fix CMake shared library build
e69d9109 2015-01-03 02:22:31 Fix CMake shared library build This fixes following problems in shared library build: * visibility=hidden was not enabled for gcc because of incorrect variable name * test programs that need internal APIs caused link errors
f05a0d53 2014-12-23 09:35:40 Merge pull request #197 from JohnOhl/fix-clang-compile-warnings Fix warnings when compiling with clang 3.5
f5b47657 2014-12-22 00:46:56 Fix warnings when compiling with clang 3.5
cb737041 2014-12-15 12:50:11 Fix annoying heisenbug in test-time.c