summaryrefslogtreecommitdiffstats
path: root/changes-entries
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2024-09-12 10:36:55 +0200
committerJoe Orton <jorton@apache.org>2024-09-12 10:36:55 +0200
commit43721ffceeaa4b373887d423a20984afca96707b (patch)
tree5dd828a30e212bdeedcff467181fb5c33ab498b6 /changes-entries
parentAdd Multipath TCP (MPTCP) support (Proxy) (diff)
downloadapache2-43721ffceeaa4b373887d423a20984afca96707b.tar.xz
apache2-43721ffceeaa4b373887d423a20984afca96707b.zip
* modules/core/mod_macro.c (process_content): Return error if there's
enough not space to store the macro. Replaced MAX_STRING_LEN by sizeof(line). PR: 69258 Submitted by: Marc Stern <marc.stern approach-cyber.com> Github: closes #479 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920588 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/pr69258.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes-entries/pr69258.txt b/changes-entries/pr69258.txt
new file mode 100644
index 0000000000..fb5f42bd46
--- /dev/null
+++ b/changes-entries/pr69258.txt
@@ -0,0 +1,3 @@
+ *) mod_macro: Return an error if the expanded line would exceed the
+ maximum line length. PR 69258.
+ [Marc Stern <marc.stern approach-cyber.com>]