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

Fixes leak in SNIAction name globbing (#8827) #8841

Merged
merged 1 commit into from
Jun 13, 2022

Conversation

randall
Copy link
Contributor

@randall randall commented May 12, 2022

pcre_compile allocated object is never pcre_free-ed

(cherry picked from commit efaf441)

Conflicts:
iocore/net/P_SSLSNI.h
iocore/net/SSLSNIConfig.cc

pcre_compile allocated object is never pcre_free-ed

(cherry picked from commit efaf441)

Conflicts:
    iocore/net/P_SSLSNI.h
    iocore/net/SSLSNIConfig.cc
@randall randall added Backport Marked for backport for an LTS patch release Leak labels May 12, 2022
@randall randall added this to the 9.1.3 milestone May 12, 2022
@randall randall self-assigned this May 12, 2022
@randall randall requested a review from bryancall as a code owner May 12, 2022 18:13
@randall
Copy link
Contributor Author

randall commented May 12, 2022

Backport of #8827

@bryancall bryancall merged commit 8cb0ead into apache:9.1.x Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backport Marked for backport for an LTS patch release Leak
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants