fix ziti_shutdown(): trying to logout sometimes lead to crashes #2652
Annotations
53 warnings
|
Linux ARM:
library/channel.c#L42
format '%ld' expects argument of type 'long int', but argument 11 has type 'size_t' ***aka 'unsigned int'*** [-Wformat=]
|
|
Linux ARM:
library/channel.c#L42
format '%ld' expects argument of type 'long int', but argument 10 has type 'size_t' ***aka 'unsigned int'*** [-Wformat=]
|
|
Linux ARM:
library/model_support.c#L584
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux ARM:
library/model_support.c#L469
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux ARM:
library/utils.c#L412
':' directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
|
|
Linux ARM:
library/sdk_info.c#L96
ignoring return value of 'getdomainname', declared with attribute warn_unused_result [-Wunused-result]
|
|
Linux ARM
format '%ld' expects argument of type 'long int', but argument 6 has type 'ssize_t' ***aka 'int'*** [-Wformat=]
|
|
Linux ARM
format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' ***aka 'unsigned int'*** [-Wformat=]
|
|
Linux ARM
format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' ***aka 'unsigned int'*** [-Wformat=]
|
|
Linux ARM
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
|
Linux ARM64:
library/zitilib.c#L163
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux ARM64:
library/zitilib.c#L154
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux ARM64:
library/connect.c#L670
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux ARM64:
library/connect.c#L255
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux ARM64:
includes/ziti/model_collections.h#L85
comparison between pointer and integer
|
|
Linux ARM64:
library/model_support.c#L584
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux ARM64:
library/model_support.c#L469
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux ARM64:
library/utils.c#L412
':' directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
|
|
Linux ARM64:
library/sdk_info.c#L96
ignoring return value of 'getdomainname', declared with attribute warn_unused_result [-Wunused-result]
|
|
Linux ARM64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
|
MacOS arm64:
library/connect.c#L255
assigning to 'struct ziti_write_req_s *' from 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
|
MacOS arm64:
library/conn_bridge.c#L386
passing 'char *const' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
|
MacOS arm64:
library/conn_bridge.c#L360
passing 'char *const' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
|
MacOS arm64:
library/ziti.c#L1809
comparison between pointer and integer ('uint32_t' (aka 'unsigned int') and 'void *') [-Wpointer-integer-compare]
|
|
MacOS arm64:
library/channel.c#L922
passing 'char *const' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
|
MacOS arm64:
library/channel.c#L746
passing 'char[37]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
|
MacOS arm64:
library/model_support.c#L584
initializing 'void *' with an expression of type 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
|
MacOS arm64:
library/model_support.c#L469
initializing 'void *' with an expression of type 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
|
MacOS arm64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
|
MacOS arm64
pkgconf 2.4.3 is already installed and up-to-date.
To reinstall 2.4.3, run:
brew reinstall pkgconf
|
|
Linux x86_64:
library/zitilib.c#L163
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux x86_64:
library/zitilib.c#L154
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux x86_64:
library/connect.c#L670
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux x86_64:
library/connect.c#L255
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux x86_64:
includes/ziti/model_collections.h#L85
comparison between pointer and integer
|
|
Linux x86_64:
library/model_support.c#L584
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux x86_64:
library/model_support.c#L469
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux x86_64:
library/utils.c#L412
':' directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
|
|
Linux x86_64:
library/sdk_info.c#L96
ignoring return value of 'getdomainname', declared with attribute warn_unused_result [-Wunused-result]
|
|
Linux x86_64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
|
Windows ARM64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
|
Windows x86_64:
tests/integ/CMakeLists.txt#L4
expect not found: integration testing is not enabled
|
|
Windows x86_64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
|
MacOS x86_64:
library/connect.c#L255
assigning to 'struct ziti_write_req_s *' from 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
|
MacOS x86_64:
library/ziti.c#L1809
comparison between pointer and integer ('uint32_t' (aka 'unsigned int') and 'void *') [-Wpointer-integer-compare]
|
|
MacOS x86_64:
library/channel.c#L922
passing 'char *const' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
|
MacOS x86_64:
library/channel.c#L746
passing 'char[37]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
|
MacOS x86_64:
library/model_support.c#L584
initializing 'void *' with an expression of type 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
|
MacOS x86_64:
library/model_support.c#L469
initializing 'void *' with an expression of type 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
|
MacOS x86_64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
|
MacOS x86_64
libtool 2.5.4 is already installed and up-to-date.
To reinstall 2.5.4, run:
brew reinstall libtool
|
|
MacOS x86_64
pkgconf 2.4.3 is already installed and up-to-date.
To reinstall 2.4.3, run:
brew reinstall pkgconf
|
|
MacOS x86_64
autoconf 2.72 is already installed and up-to-date.
To reinstall 2.72, run:
brew reinstall autoconf
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ziti-prox-c-linux-arm
Expired
|
3.5 MB |
sha256:db546bd5d0fffd34bad16bc985fe69903de932948a2155f1b9efd690e28bd3e0
|
|
|
ziti-prox-c-linux-arm64
Expired
|
4.36 MB |
sha256:a34d196d0380c4dc89aeacb999726fc0c56b7d14d3aebe6fc22b73a51292aac2
|
|
|
ziti-prox-c-linux-x64
Expired
|
4.07 MB |
sha256:54e687f9d168bd670b5a16a27b960e72ed82647d1e783499d1f2db618bfc2fd0
|
|
|
ziti-prox-c-macOS-arm64
Expired
|
2.99 MB |
sha256:8e30def7d9b056769692a2e13e879c6620678cb3938be5796c08c26ea0c144ce
|
|
|
ziti-prox-c-macOS-x64
Expired
|
2.75 MB |
sha256:1a1799c955232109df4c324cd679706386fdcaa8ab4717ab6541c2f2b5ea55a3
|
|
|
ziti-prox-c-windows-arm64
Expired
|
3.05 MB |
sha256:0df0eebc96c9dd246ebd9872acf42af54484d9864c0a3d2184d3b6241db42e56
|
|
|
ziti-prox-c-windows-x64
Expired
|
2.85 MB |
sha256:01733c358804a3bddd006d46f64b177e59d11a02466819e2d8db4f6909020ceb
|
|
|
ziti-sdk-linux-arm
Expired
|
4.26 MB |
sha256:e0781c8aaca121f1b2c8e2806b156ce71fd9119dbbb6efa753a90f3fd2c290af
|
|
|
ziti-sdk-linux-arm64
Expired
|
5.14 MB |
sha256:b4c024a22863ab0b361a7926f1759cf82b831eb01d80a78636d61b1a55ffdc4a
|
|
|
ziti-sdk-linux-x64
Expired
|
4.86 MB |
sha256:5486088ff45f1be2850ce83f012e4a7c0dc6339a9a1ec0937c2001dfbd7e1884
|
|
|
ziti-sdk-macOS-arm64
Expired
|
3.7 MB |
sha256:adde830d58ac22b2db5f8a41b4dde5626eb1c3ff450b678f4c77a539bcd1fc19
|
|
|
ziti-sdk-macOS-x64
Expired
|
3.45 MB |
sha256:a3289c5ca8574a32a530e3a8043dcca478f452614f0acb397f521d0091047282
|
|
|
ziti-sdk-windows-arm64
Expired
|
4 MB |
sha256:e9ef36211784c3268ea8344cea51106086d2a9828a94e37eaed9904845488de2
|
|
|
ziti-sdk-windows-x64
Expired
|
3.77 MB |
sha256:bbd545e00f2480681daecf068d2270436e111bc8dda72170fc24e69d5534fd79
|
|