]> jfr.im git - irc/evilnet/znc.git/commit
Fix null pointer dereference in echo-message
authorAlexey Sokolov <redacted>
Sun, 31 May 2020 10:32:04 +0000 (11:32 +0100)
committerAlexey Sokolov <redacted>
Sun, 31 May 2020 10:45:40 +0000 (11:45 +0100)
commit2390ad111bde16a78c98ac44572090b33c3bd2d8
treee4879c722744d71318d014701892c623e9fbbdc9
parentc16c343da91c0cb8d4ff2dd94ecd07e5a3a640b4
Fix null pointer dereference in echo-message

The bug was introduced while fixing #1705. If a client did not enable
echo-message, and doesn't have a network, it crashes.

Thanks to LunarBNC for reporting this
src/Client.cpp
test/integration/tests/core.cpp