Commit Diff


commit - 3571854e942b2354ae216f340add076d71d0776a
commit + 0d9a5b7a181d1456d3aba46ba75a70317d2e7886
blob - e947aeb1cc87fe10764b91de128bd411c5438c97
blob + 99a6424a59d2b84b6d5e95583a26f6776415cb6a
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,9 @@
+2021-09-24  Omar Polo  <op@omarpolo.com>
+
+	* configure (VERSION): 1.7.4 tagged
+	
+	* server.c (check_for_cgi): fix out-of-bound access
+
 2021-09-19  Omar Polo  <op@omarpolo.com>
 
 	* sandbox.c (gmid_create_landlock_rs): [linux] use landlock on the server and logger process to reduce the fs access
blob - 135e089c11986cd8d005c841bf4248f8a6547ed2
blob + 431aeddbd6c9c063f2657edfc038e385c9fc9097
--- configure
+++ configure
@@ -34,7 +34,7 @@ echo "file config.log: writing..."
 # default settings: initialize all vars here such that nothing is
 # leaked from the environment except for CC, CFLAGS and LDFLAGS
 
-VERSION=1.7.3
+VERSION=1.7.4
 
 CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -`