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

GUACAMOLE-1290: Migrate SSH certificate auth support to new memory management functions. #465

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

mike-jumper
Copy link
Contributor

This change updates the only code specific to master that still pointed at good ol' free() and strdup() following the merge of #462, thankfully all relevant to the same JIRA issue (GUACAMOLE-1290).

Outside of this, the only other old code that remains using free(), malloc(), etc. is code that deals with memory allocated or freed by a third-party library.

@necouchman
Copy link
Contributor

@mike-jumper CI Build is still failing - not sure if it needs a re-base to get it working correctly?

@mike-jumper
Copy link
Contributor Author

Yep, needs a rebase. Just a moment...

@mike-jumper
Copy link
Contributor Author

OK - hopefully that does the trick.

@jmuehlner
Copy link
Contributor

LGTM

@jmuehlner jmuehlner merged commit f339b48 into apache:master Oct 26, 2023
1 check passed
@mike-jumper mike-jumper deleted the update-ssh-cert-auth branch October 26, 2023 21:01
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.

3 participants