aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-09-24 14:21:16 +0000
committerOmar Polo <op@omarpolo.com>2021-09-24 14:21:16 +0000
commit775ef04f82b0cbcdfe62660fc0454717dcac8cc6 (patch)
tree0e848b78fb68af31b08306e57a4457c865360f09 /ChangeLog
parent0d9a5b7a181d1456d3aba46ba75a70317d2e7886 (diff)
mention the thanks to cage for the bugfix
Since I was in a hurry, I forgot to mention it in the tag message :/
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 99a6424..db8975d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
2021-09-24 Omar Polo <op@omarpolo.com>
* configure (VERSION): 1.7.4 tagged
-
- * server.c (check_for_cgi): fix out-of-bound access
+
+ * server.c (check_for_cgi): fix out-of-bound access, found with lots of help from cage, thanks!
2021-09-19 Omar Polo <op@omarpolo.com>