when using ottca enrollment er->cert is null and segfaults on strlen #2246
Annotations
1 error and 11 warnings
|
|
library/ziti_enroll.c#L107
assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
library/ziti_ctrl.c#L516
initializing 'string' (aka 'char *') with an expression of type 'const char *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
library/ziti_ctrl.c#L517
initializing 'string' (aka 'char *') with an expression of type 'const char *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
library/ziti_ctrl.c#L681
initializing 'string' (aka 'char *') with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
library/ziti_ctrl.c#L812
assigning to 'string' (aka 'char *') from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
library/ziti_ctrl.c#L831
assigning to 'string' (aka 'char *') from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
library/channel.c#L189
passing 'const char *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
library/channel.c#L666
initializing 'uint8_t *' (aka 'unsigned char *') with an expression of type 'char[10]' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
library/channel.c#L667
passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "ziti-prox-c-linux-arm", "ziti-prox-c-linux-arm64", "ziti-prox-c-linux-x64", "ziti-prox-c-macOS-arm64", "ziti-prox-c-windows-arm64", "ziti-prox-c-windows-x64", "ziti-sdk-linux-arm", "ziti-sdk-linux-arm64", "ziti-sdk-linux-x64", "ziti-sdk-macOS-arm64", "ziti-sdk-windows-arm64", "ziti-sdk-windows-x64".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading