kc3-lang/libevent/test

Branch :


Log

Author Commit Date CI Message
3f799ab6 2024-04-22 15:31:10 test/test-changelist: add proper exit path
5485887c 2024-06-24 14:19:12 Check against EVUTIL_INVALID_SOCKET
6f9f2f3a 2024-04-10 17:25:54 test/test-changelist.c: fix potential NULL pointer dereference
66428fb9 2024-07-08 10:15:29 test-closed: fix -Werror=maybe-uninitialized Follow-up for: https://github.com/libevent/libevent/pull/1680
272bd7dd 2024-07-08 10:13:08 Fix potential Null pointer dereference in test-closed.c (#1680) * Fix potential Null pointer dereference in test-closed.c * add err path * code review: goto err after evutil_socketpair failure * code review: goto err for event_config_new failure --------- Co-authored-by: icy17 <1061499390@qq.com>
2bc831c8 2024-07-08 10:08:58 Fix potential Null pointer dereference in test-time.c (#1681) * Fix potential Null pointer dereference in test-time.c * add err path * code review: free events before base --------- Co-authored-by: icy17 <1061499390@qq.com>
8dd92069 2024-06-24 03:15:23 Fix potential Null pointer dereference in bench_httpclient.c (#1676) Co-authored-by: icy17 <1061499390@qq.com>
5d830362 2024-06-24 03:12:39 Fix potential Null pointer dereference in regress_dns.c (#1675) Co-authored-by: icy17 <1061499390@qq.com>
6d8c38af 2024-06-02 10:31:11 Reducing the number of mingw warnings
13678f37 2024-06-02 00:53:58 gcc: fix some compiler errors from the new GCC (#1658) gcc: fix some compiler errors from the new GCC