You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was playing with ZNC certificates and managed to crash KVIrc 6710797 by connecting it to it while znc.pem is an empty file
The crash happened when I clicked the "connect" button on toolbar in the context which was previously connected to that ZNC instance; at the moment of that click it wasn't connected.
Here's log from ZNC:
[2025-03-16 19:51:43.736316] /home/somebody/znc/git/build-cmake/src/Csocket.cpp:1842 Error with SSLCert file [/home/somebody/.znc/znc.pem]
[2025-03-16 19:51:43.736358] /home/somebody/znc/git/build-cmake/src/Csocket.cpp:666 at /home/somebody/znc/git/build-cmake/src/Csocket.cpp:1843
[2025-03-16 19:51:43.736396] /home/somebody/znc/git/build-cmake/src/Csocket.cpp:671 error:0480006C:PEM routines::no start line
[2025-03-16 19:51:43.736425] /home/somebody/znc/git/build-cmake/src/Csocket.cpp:666 at /home/somebody/znc/git/build-cmake/src/Csocket.cpp:1843
[2025-03-16 19:51:43.736457] /home/somebody/znc/git/build-cmake/src/Csocket.cpp:671 error:0A080009:SSL routines::PEM lib
I suppose ZNC closed the socket by seeing incorrect certificate, but KVIrc shouldn't crash by that
The text was updated successfully, but these errors were encountered:
I was playing with ZNC certificates and managed to crash KVIrc 6710797 by connecting it to it while znc.pem is an empty file
The crash happened when I clicked the "connect" button on toolbar in the context which was previously connected to that ZNC instance; at the moment of that click it wasn't connected.
Here's log from ZNC:
I suppose ZNC closed the socket by seeing incorrect certificate, but KVIrc shouldn't crash by that
The text was updated successfully, but these errors were encountered: