summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2022-04-27 06:43:11 +0000
committerRuediger Pluem <rpluem@apache.org>2022-04-27 06:43:11 +0000
commit499a90a672b6393941b093a24887bcd6aa4112b7 (patch)
tree68d96215c5a2890c549f9e8b84e01f663a11caec /changes-entries
parente2e1d779179d1c9a053e61fa4a3776a5faf7d653 (diff)
downloadhttpd-499a90a672b6393941b093a24887bcd6aa4112b7.tar.gz
* Use apr_size_t instead of int to avoid an overflow
PR: 66034 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900307 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/pr66034.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes-entries/pr66034.txt b/changes-entries/pr66034.txt
new file mode 100644
index 0000000000..125cdc3f8e
--- /dev/null
+++ b/changes-entries/pr66034.txt
@@ -0,0 +1,2 @@
+ *) mod_substitute: Fix an integer overflow that can happen in very special
+ setups. PR 66034 [Ruediger Pluem]