Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3.0 fix ubuntu24 fedora41 builds #4728

Merged
merged 4 commits into from
Oct 30, 2024
Merged

Conversation

mirostauder
Copy link
Collaborator

@mirostauder mirostauder commented Oct 24, 2024

multiple builds failing with

src/scram.c:46:15: error: static declaration of 'strlcat' follows non-static declaration
   46 | static size_t strlcat(char* dst, const char* src, size_t siz)

also fix multiple wrong type warnings in scram.c

src/scram.c: In function 'calculate_client_proof':
src/scram.c:600:97: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'int' [-Wformat=]
  600 |                         snprintf(errorBuffer, MAX_ERROR_LENGTH, "could not compute client key: %s", *errstr);

@mirostauder mirostauder changed the base branch from v2.7 to v3.0 October 24, 2024 13:12
@mirostauder mirostauder marked this pull request as ready for review October 24, 2024 13:25
@mirostauder mirostauder merged commit 5ce49f7 into v3.0 Oct 30, 2024
90 of 116 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants