diff options
author | Omar Polo <op@omarpolo.com> | 2022-03-27 12:59:57 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-03-27 12:59:57 +0000 |
commit | 1a04137e1869781efcd635a1abd4387ccfa6e56d (patch) | |
tree | 2dc99614984571299c0851ba702b62c47d087a22 /gmid.1 | |
parent | ea27eaaa83d61792e75858dc624c58fe1fa13dc9 (diff) |
tag 1.8.3 -- "Lightbulb Sun" bugfix release1.8.3
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.
Diffstat (limited to 'gmid.1')
-rw-r--r-- | gmid.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |