Fix integration issues: ssl_ctx init + test API updates #85

Merged
TapTap merged 1 commits from fix/integration-cleanup into main 2026-07-20 19:34:21 +02:00
Owner

Fixes:\n1. Initialize server->ssl_ctx = NULL in server_create to prevent SSL_CTX_free crash on failed TLS server setup\n2. Update test_transport_tcp.c to use ss_family and expect fd=-1 for fresh clients (matching new sockaddr_storage API)\n3. Update test_file_sendfile.c to read file_type indicator when send_path=false

Fixes:\n1. Initialize server->ssl_ctx = NULL in server_create to prevent SSL_CTX_free crash on failed TLS server setup\n2. Update test_transport_tcp.c to use ss_family and expect fd=-1 for fresh clients (matching new sockaddr_storage API)\n3. Update test_file_sendfile.c to read file_type indicator when send_path=false
TapTap added 1 commit 2026-07-20 19:34:17 +02:00
fix: initialize ssl_ctx in server_create, update tests for sockaddr_storage API
CI / lint (pull_request) Failing after 2s
CI / build-and-test (pull_request) Has been skipped
CI / sanitizers (address) (pull_request) Has been skipped
CI / sanitizers (undefined) (pull_request) Has been skipped
CI / fuzz-build (pull_request) Has been skipped
CI / coverage (pull_request) Has been skipped
CI / valgrind (pull_request) Has been skipped
f6b4d89a3c
TapTap merged commit e1f9ba090f into main 2026-07-20 19:34:21 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TapTap/FastSync#85