summaryrefslogtreecommitdiffstats
path: root/changes-entries
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2022-04-27 08:35:02 +0200
committerRuediger Pluem <rpluem@apache.org>2022-04-27 08:35:02 +0200
commite2e1d779179d1c9a053e61fa4a3776a5faf7d653 (patch)
treea1a14c1b3b62a75a3d4f4716f5b1e100d28a597b /changes-entries
parentab: Allow for TLSv1.3 when the SSL library supports it. (diff)
downloadapache2-e2e1d779179d1c9a053e61fa4a3776a5faf7d653.tar.xz
apache2-e2e1d779179d1c9a053e61fa4a3776a5faf7d653.zip
* Avoid an overflow on large inputs
PR: 66033 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900306 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/pr66033.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes-entries/pr66033.txt b/changes-entries/pr66033.txt
new file mode 100644
index 0000000000..caa98d18cd
--- /dev/null
+++ b/changes-entries/pr66033.txt
@@ -0,0 +1,2 @@
+ *) core: Avoid an overflow on large inputs in ap_is_matchexp. PR 66033
+ [Ruediger Pluem]