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

app-layer-ssl: fix memleak #1911

Closed
wants to merge 1 commit into from
Closed

Conversation

thus
Copy link
Contributor

@thus thus commented Mar 8, 2016

An invalid TLS client hello packet where the SNI extensions length field is set to a smaller value than the SNI server name length field, causes memory to be allocated multiple times.

An invalid TLS client hello packet where the SNI extensions length field
is set to a smaller value than the SNI server name length field, causes
memory to be allocated multiple times.
@thus
Copy link
Contributor Author

thus commented Mar 14, 2016

Replaced by #1932

@thus thus closed this Mar 14, 2016
jasonish added a commit to jasonish/suricata that referenced this pull request May 4, 2022
When reloading rules, respect `--set default-rule-path=...` from the
command line if set.

Previously the rule reload would always take the default-rule-path from
the configuration file, even if overrided on the command line.

Issue: OISF#1911
victorjulien pushed a commit to victorjulien/suricata that referenced this pull request May 23, 2022
When reloading rules, respect `--set default-rule-path=...` from the
command line if set.

Previously the rule reload would always take the default-rule-path from
the configuration file, even if overrided on the command line.

Issue: OISF#1911
jlucovsky pushed a commit to jlucovsky/suricata that referenced this pull request Aug 18, 2023
When reloading rules, respect `--set default-rule-path=...` from the
command line if set.

Previously the rule reload would always take the default-rule-path from
the configuration file, even if overrided on the command line.

Issue: OISF#1911
(cherry picked from commit 3ea6572)
jlucovsky pushed a commit to jlucovsky/suricata that referenced this pull request Feb 5, 2024
When reloading rules, respect `--set default-rule-path=...` from the
command line if set.

Previously the rule reload would always take the default-rule-path from
the configuration file, even if overrided on the command line.

Issue: OISF#1911
(cherry picked from commit 3ea6572)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant