Skip to content

do not reference websocket handle after callbacks been called #807

do not reference websocket handle after callbacks been called

do not reference websocket handle after callbacks been called #807

Triggered via pull request September 10, 2023 01:39
Status Success
Total duration 11m 10s
Artifacts 6

cmake.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

38 warnings
build (ubuntu, openssl)
openssl currently requires the following library from the system package
build (ubuntu, openssl): src/openssl/engine.c#L624
initialization of ‘struct openssl_ctx *’ from incompatible pointer type ‘tls_context *’ {aka ‘struct tls_context_s *’} [-Wincompatible-pointer-types]
build (ubuntu, openssl): src/openssl/engine.c#L644
initialization of ‘struct openssl_ctx *’ from incompatible pointer type ‘tls_context *’ {aka ‘struct tls_context_s *’} [-Wincompatible-pointer-types]
build (ubuntu, openssl): src/openssl/engine.c#L719
initialization of ‘struct openssl_ctx *’ from incompatible pointer type ‘tls_context *’ {aka ‘struct tls_context_s *’} [-Wincompatible-pointer-types]
build (ubuntu, openssl): src/openssl/engine.c#L749
initialization of ‘struct openssl_ctx *’ from incompatible pointer type ‘tls_context *’ {aka ‘struct tls_context_s *’} [-Wincompatible-pointer-types]
build (ubuntu, openssl): src/openssl/engine.c#L755
passing argument 1 of ‘c->own_key->free’ from incompatible pointer type [-Wincompatible-pointer-types]
build (ubuntu, openssl): src/openssl/engine.c#L787
initialization of ‘struct priv_key_s *’ from incompatible pointer type ‘tlsuv_private_key_t’ {aka ‘struct tlsuv_private_key_s *’} [-Wincompatible-pointer-types]
build (ubuntu, mbedtls)
openssl currently requires the following library from the system package
build (macOS, openssl): src/openssl/engine.c#L624
incompatible pointer types initializing 'struct openssl_ctx *' with an expression of type 'tls_context *' (aka 'struct tls_context_s *') [-Wincompatible-pointer-types]
build (macOS, openssl): src/openssl/engine.c#L644
incompatible pointer types initializing 'struct openssl_ctx *' with an expression of type 'tls_context *' (aka 'struct tls_context_s *') [-Wincompatible-pointer-types]
build (macOS, openssl): src/openssl/engine.c#L719
incompatible pointer types initializing 'struct openssl_ctx *' with an expression of type 'tls_context *' (aka 'struct tls_context_s *') [-Wincompatible-pointer-types]
build (macOS, openssl): src/openssl/engine.c#L749
incompatible pointer types initializing 'struct openssl_ctx *' with an expression of type 'tls_context *' (aka 'struct tls_context_s *') [-Wincompatible-pointer-types]
build (macOS, openssl): src/openssl/engine.c#L755
incompatible pointer types passing 'struct priv_key_s *' to parameter of type 'struct tlsuv_private_key_s *' [-Wincompatible-pointer-types]
build (macOS, openssl): src/openssl/engine.c#L787
incompatible pointer types initializing 'struct priv_key_s *' with an expression of type 'tlsuv_private_key_t' (aka 'struct tlsuv_private_key_s *') [-Wincompatible-pointer-types]
build (macOS, openssl): src/um_debug.h#L21
'WARN' macro redefined [-Wmacro-redefined]
build (macOS, openssl): src/um_debug.h#L22
'INFO' macro redefined [-Wmacro-redefined]
build (macOS, mbedtls): src/um_debug.h#L21
'WARN' macro redefined [-Wmacro-redefined]
build (macOS, mbedtls): src/um_debug.h#L22
'INFO' macro redefined [-Wmacro-redefined]
build (windows, mbedtls): src/win32_compat.h#L29
'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
build (windows, mbedtls): src/tlsuv.c#L209
'l': unreferenced formal parameter
build (windows, mbedtls): src/win32_compat.h#L29
'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
build (windows, mbedtls): src/http.c#L283
'source': unreferenced formal parameter
build (windows, mbedtls): src/http.c#L288
'source': unreferenced formal parameter
build (windows, mbedtls): src/http.c#L297
'status': unreferenced formal parameter
build (windows, mbedtls): src/http.c#L297
'l': unreferenced formal parameter
build (windows, mbedtls): src/http.c#L323
'=': conversion from 'size_t' to 'ULONG', possible loss of data
build (windows, mbedtls): src/http.c#L340
'>': signed/unsigned mismatch
build (windows, mbedtls): src/http.c#L345
'>=': signed/unsigned mismatch
build (windows, openssl): src/win32_compat.h#L29
'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
build (windows, openssl): src/tlsuv.c#L209
'l': unreferenced formal parameter
build (windows, openssl): src/win32_compat.h#L29
'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
build (windows, openssl): src/http.c#L283
'source': unreferenced formal parameter
build (windows, openssl): src/http.c#L288
'source': unreferenced formal parameter
build (windows, openssl): src/http.c#L297
'status': unreferenced formal parameter
build (windows, openssl): src/http.c#L297
'l': unreferenced formal parameter
build (windows, openssl): src/http.c#L323
'=': conversion from 'size_t' to 'ULONG', possible loss of data
build (windows, openssl): src/http.c#L340
'>': signed/unsigned mismatch
build (windows, openssl): src/http.c#L345
'>=': signed/unsigned mismatch

Artifacts

Produced during runtime
Name Size
macOS-mbedtls-TestReport Expired
144 KB
macOS-openssl-TestReport Expired
130 KB
ubuntu-mbedtls-TestReport Expired
457 KB
ubuntu-openssl-TestReport Expired
2.47 MB
windows-mbedtls-TestReport Expired
128 KB
windows-openssl-TestReport Expired
117 KB