Skip to content

Commit

Permalink
tag 1.8.3 -- "Lightbulb Sun" bugfix release
Browse files Browse the repository at this point in the history
gmid 1.8.3 "Lightbulb Sun" bugfix release
=========================================

Released March 27, 2022.

signify(1) pubkeys for this release:
RWTy3UJQzpxBUAymBwb2EGLLm0b3H/1n8hzhaC9HYFYzNuTavGt9QSwC


Bug Fixes
~~~~~~~~~

    * fix a possible out-of-bound access in the CGI handling.  It was
      introduced last October during a refactoring, but due to how
      many malloc(3) implementations works this hasn't been found
      until now.  Otto' malloc is more strict fortunately.
  • Loading branch information
omar-polo committed Mar 27, 2022
1 parent ea27eaa commit 1a04137
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.2
VERSION=1.8.3

CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -`

Expand Down
2 changes: 1 addition & 1 deletion gmid.1
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ The port the server is listening on.
.Dq GEMINI
.It Ev SERVER_SOFTWARE
The name and version of the server, i.e.
.Dq gmid/1.8.2
.Dq gmid/1.8.3
.It Ev AUTH_TYPE
The string "Certificate" if the client used a certificate, otherwise
unset.
Expand Down
7 changes: 7 additions & 0 deletions site/changelog.gmi
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# change log

## 2022/03/27 - 1.8.3 “Lightbulb Sun” bugfix release

### Bug fixes

* fix a possible out-of-bound access in the CGI handling. It was introduced last October during a refactoring, but due to how many malloc(3) implementations works this hasn't been found until now. Otto' malloc is more strict fortunately.


## 2022/03/26 - 1.8.2 “Lightbulb Sun” bugfix release

### Bug fixes
Expand Down

0 comments on commit 1a04137

Please sign in to comment.