sebastianas

Results 11 issues of sebastianas

First patch gets it compiled with gcc-8. Second patch is updated patch initially made by FauxFaux. I addressed my own review by checking for possible NULL pointer and dropping the...

Hi, just noticed that I received a handful of emails without a Date: header. My imap based email client seems to look at the INTERNALDATE attribute (from IMAP) and has...

Patch has been created against 6.1.6 to address https://bugs.debian.org/828594 and then forwarded ported. Signed-off-by: Sebastian Andrzej Siewior [email protected]

The access to `ssl_names' is not fully serialized. With multiple threads it is possible that more than one thread starts to clean up `ssl_names'. This leads to occasional segfaults if...

branch: master
approval: review pending
triaged: bug
branch: 3.0
branch: 3.1

The ssl_module_init() + ssl_module_free() are not serialized when called from multiplie threads. This has been more visible after adding `CipherString` to `test/default.cnf` and running `threadstest` in a loop. It segfaults...

branch: master
triaged: bug
branch: 3.0

If brolti support is dynamic then it is loaded at runtime and may fail if the library is not available. The library can be loaded even if the user did...

branch: master
triaged: bug
tests: exempted
branch: 3.2

I configured openssl 3.2.1 with enable-brotli-dynamic. In the resulting filesystem is libbrotli not installed. This leads to a failure in dovecot which can not start a server on a TLS...

branch: master
triaged: bug
branch: 3.2

fmap_need_off_once() may return an unaligned pointer. This in return leads to an unaligned access during the load of the uint32_t variables loading to failures on architectures not supporting unaligned access....

I've been looking at commit e6b2e5d1a78e3f592280791a740c786e0d037af7 and from what I can tell this does not qualify for a major so bump. It is said a macros like CL_SCAN_PARSE_IMAGE has been...

Add a dependency on that version map so that it is re-run once it changes. This has been missed in the initial pull request.