From: Manuel Nickschas Date: Sun, 24 Apr 2016 19:59:15 +0000 (+0200) Subject: Handle invalid handshake data properly in the core X-Git-Tag: 0.12.4~5 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=adbd7f6efa14b107ed722daa0b7963dd1238a681;hp=adbd7f6efa14b107ed722daa0b7963dd1238a681 Handle invalid handshake data properly in the core Clients sending invalid handshake data could make the core crash due to an unchecked pointer. This commit fixes this issue by having the core close the socket if a peer could not be created. Thanks to Bas Pape (Tucos) for finding this one! ---