summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-04-22 08:45:31 +0000
committerStefan Eissing <icing@apache.org>2022-04-22 08:45:31 +0000
commit533a895c1f52c351ae1d338df32236c0a642442b (patch)
treeca29f69398a68bb4f74cc2e9109cc4b02e2d1307 /changes-entries
parentc66e6eb96866f319ccb398bbdc449099879cadea (diff)
downloadhttpd-533a895c1f52c351ae1d338df32236c0a642442b.tar.gz
*) mod_md: a possible NULL pointer deref was fixed in
the JSON code for persisting time periods (start+end). Fixes #282 on mod_md's github. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900145 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/md_timeperiod_null.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes-entries/md_timeperiod_null.txt b/changes-entries/md_timeperiod_null.txt
new file mode 100644
index 0000000000..5beb6c8f52
--- /dev/null
+++ b/changes-entries/md_timeperiod_null.txt
@@ -0,0 +1,4 @@
+ *) mod_md: a possible NULL pointer deref was fixed in
+ the JSON code for persisting time periods (start+end).
+ Fixes #282 on mod_md's github.
+ Thanks to @marcstern for finding this.