Kirill A. Korinsky
Kirill A. Korinsky
Good day, An attempt to run unit tests on OpenBSD is failed as: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0...
Here a small changes which allows to build and run aioquick against LibreSSL
Hey, I'm trying the last release on OpenBSD and one test fails as: ``` _______________________ test_await_complete_inheritance ________________________ capsys = fork_context = > ??? E AssertionError: assert 1 == 0 E...
Hey, Is this project alive?
Here some micro polish which allows to build the main branch on OpenBSD 7.6 beta. I haven't tested it a lot, but it defently compiled :)
Before this fix, replicator adds the same lookup into callbacks over and over, until it reaches out of memory, and crashes. This regression was introduced 447e086422f1ab7cc16833583ed70a4af7a84bc5 with initial implementation of...
As part of testing of 2.62 I've tried to use spampd as SMTP server, and discovered this in logs: ``` Dec 9 14:59:27 matebook spampd[67475]: Use of uninitialized value $msg[0]...
## Environment - ejabberd version: 24.10 - Erlang version: `Erlang (SMP,ASYNC_THREADS) (BEAM) emulator version 14.2.5.3` - OS: OpenBSD 7.6 - Installed from: source ## Configuration (only if needed): grep -Ev...
OpenBSD has a different than Linux su: 1. `-c` before username is treated as login class; 2. it doesn't require `--` as arguments separator. Without (1) it complains as: su:...