PS-10991-8.0 submodule(extra/libkmip): update to libkmip@7e809c0 (master, 2026-04-02)#5908
Open
lukin-oleksiy wants to merge 1 commit intopercona:8.0from
Open
PS-10991-8.0 submodule(extra/libkmip): update to libkmip@7e809c0 (master, 2026-04-02)#5908lukin-oleksiy wants to merge 1 commit intopercona:8.0from
lukin-oleksiy wants to merge 1 commit intopercona:8.0from
Conversation
… 2026-04-02) https://perconadev.atlassian.net/browse/PS-10991 Previous: d855fbf (0.3.2-4-gd855fbf) Updated to Percona-Lab/libkmip origin/master to pick up: - Fix revoke/SecretData decode leaks and add ASAN test target (PS-10949)
inikep
requested changes
Apr 3, 2026
Collaborator
There was a problem hiding this comment.
Azure Pipelines reports compilation issues with clang:
[ 6%] Building C object extra/libkmip/libkmip/src/CMakeFiles/kmip.dir/kmip_bio.c.o
../../../../../extra/libkmip/libkmip/src/kmip_bio.c:292:12: warning: assigning to 'uint8 *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
292 | bs.value = key;
| ^ ~~~
../../../../../extra/libkmip/libkmip/src/kmip_bio.c:2696:12: warning: assigning to 'uint8 *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
2696 | bs.value = secret;
| ^ ~~~~~~
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is commit to 8.0 branch only, in higher version we'll use new kmipclient library
https://perconadev.atlassian.net/browse/PS-10991
Previous: d855fbf (0.3.2-4-gd855fbf)
Updated to Percona-Lab/libkmip origin/master to pick up: