- Jun 05, 2023
-
- Sep 20, 2022
-
-
Symas Support authored
-
- Jan 12, 2022
-
-
Quanah Gibson Mount authored
-
- Dec 09, 2021
-
-
Quanah Gibson Mount authored
-
Quanah Gibson Mount authored
-
Quanah Gibson Mount authored
-
Quanah Gibson Mount authored
-
Quanah Gibson Mount authored
-
Quanah Gibson Mount authored
-
Quanah Gibson Mount authored
- Aug 20, 2021
-
- May 03, 2021
-
- Jul 05, 2020
-
-
Azat Khuzhin authored
-
Azat Khuzhin authored
Fixes: 512c88ce ("ci/linux: add dist check") (cherry picked from commit e9a6b127)
-
Azat Khuzhin authored
Fixes main/fork under ASAN (LSAN if to be precise) * fix-signal-leak: select: requires reinit (otherwise it leaks signal handlers) poll: requires reinit (otherwise it leaks signal handlers) (cherry picked from commit f6bfa8b3)
-
Azat Khuzhin authored
Some requests may get response (evutil_addrinfo) from gaic_server_cb, in case of cancel_event (10000ms) will not be fast enough. (cherry picked from commit 90bcf2d6)
-
Azat Khuzhin authored
UBSAN reports: test/regress_buffer.c:2360:2: runtime error: null pointer passed as argument 1, which is declared to never be null /usr/include/string.h:140:33: note: nonnull attribute specified here (cherry picked from commit ba19b356)
-
Azat Khuzhin authored
(cherry picked from commit 9da1743b)
-
Azat Khuzhin authored
(cherry picked from commit 7b9ba3b7)
-
Azat Khuzhin authored
(cherry picked from commit e2f938c0)
-
- Jul 02, 2020
-
-
Azat Khuzhin authored
-
yuangongji authored
(cherry picked from commit ce8be238)
-
yuangongji authored
(cherry picked from commit 9adc9f14)
-
- Jun 28, 2020
-
-
Azat Khuzhin authored
-
Azat Khuzhin authored
-
Azat Khuzhin authored
-
Azat Khuzhin authored
-
Azat Khuzhin authored
-
Azat Khuzhin authored
-
Azat Khuzhin authored
With some modifications: - drop coverage - drop doxygen - do not deploy ABI check, only artifacts
-
Azat Khuzhin authored
(cherry picked from commit 0ac3cfc0)
-
Azat Khuzhin authored
- http/https_filter_basic - http/https_filter_chunk_out (cherry picked from commit ec94a6bb)
-
Azat Khuzhin authored
(cherry picked from commit cdbb2373)
-
Azat Khuzhin authored
And cannot be suppressed with suppressions due to setup routines. (cherry picked from commit 3b13a647)
-
Azat Khuzhin authored
tinytest uses another way of detecting test failures, it uses pipe between child and parent, and if the test function in child returns OK it writes OK flag into pipe, and reads it in parent. However sanitizers uses atexit handlers to detect leaks, and this will not detect failures in case of exit() will be called from the atexit handlers, fix this by checking status after waitpid(). (cherry picked from commit 6754740f)
-
Enji Cooper authored
This allows the object methods to be properly inherited and called via `super(..)`, addressing breakage with python 2.x, introduced in cfcc0936. Fixes #1042. Signed-off-by:
Enji Cooper <yaneurabeya@gmail.com> (cherry picked from commit 46c9ead0)
-
Azat Khuzhin authored
UBSAN reports: evbuffer/remove_buffer_with_empty3: ../buffer.c:1443:3: runtime error: null pointer passed as argument 2, which is declared to never be null #0 0x7ffff6cd0410 in evbuffer_pullup ../buffer.c:1443 #1 0x5555556d68b9 in test_evbuffer_remove_buffer_with_empty3 ../test/regress_buffer.c:408 #2 0x5555557b95ee in testcase_run_bare_ ../test/tinytest.c:173 #3 0x5555557ba048 in testcase_run_one ../test/tinytest.c:333 #4 0x5555557bc0f8 in tinytest_main ../test/tinytest.c:527 #5 0x555555787702 in main ../test/regress_main.c:528 #6 0x7ffff606c001 in __libc_start_main (/usr/lib/libc.so.6+0x27001) #7 0x55555569436d in _start (/src/le/libevent/.cmake-debug/bin/regress+0x14036d) (cherry picked from commit a0c642ac)
-
Azat Khuzhin authored
Fixes: runtime error: null pointer passed as argument 2, which is declared to never be null (cherry picked from commit 6f152bef)
-