diff options
author | Joe Orton <jorton@apache.org> | 2024-09-12 10:36:55 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2024-09-12 10:36:55 +0200 |
commit | 43721ffceeaa4b373887d423a20984afca96707b (patch) | |
tree | 5dd828a30e212bdeedcff467181fb5c33ab498b6 /changes-entries | |
parent | Add Multipath TCP (MPTCP) support (Proxy) (diff) | |
download | apache2-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.txt | 3 |
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>] |