tag name | 1.8.3 (ddecd9e78b2a5616021926507876fff1f9b1e1d0) |
tag date | 2022-03-27 13:00:28 +0000 |
tagged by | Omar Polo <op@omarpolo.com> |
tagged object | commit 1a04137e18... |
tag 1.8.3 -- "Lightbulb Sun" bugfix release
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.