Eric Sesterhenn

Results 4 issues of Eric Sesterhenn

hi, i get the following error when i have ipv6 disabled via ``` net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 ``` [CRITICAL] An exception occurred during server startup:...

Add a unit test to catch regressions.

This updates the list of conferences for 2024 and adds nullcon.

In https://github.com/henryk/libopenkey/blob/master/libopenkey/libopenkey.c, line 1715: if(buf != NULL) { memset(buf, 0, buf_length); free(buf); } The memset() might be optimized away by the compiler, see eg https://media.ccc.de/v/35c3-9788-memsad Similar in line 1808 and...