]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/core/mod_macro.c (process_content): Return error if there's
authorJoe Orton <jorton@apache.org>
Thu, 12 Sep 2024 08:36:55 +0000 (08:36 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 12 Sep 2024 08:36:55 +0000 (08:36 +0000)
commit43721ffceeaa4b373887d423a20984afca96707b
tree5dd828a30e212bdeedcff467181fb5c33ab498b6
parent4915c21524e7ed2cf0dcfcf93d8be9139337497d
* 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
changes-entries/pr69258.txt [new file with mode: 0644]
modules/core/mod_macro.c