Skip to content

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

Merged
bryancall merged 1 commit intoapache:9.1.xfrom
randall:backport_8827_9.1.x
Jun 13, 2022
Merged

Fixes leak in SNIAction name globbing (#8827)#8841
bryancall merged 1 commit intoapache:9.1.xfrom
randall:backport_8827_9.1.x

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