From: Florent Castelli Date: Wed, 16 Oct 2013 21:15:23 +0000 (+0200) Subject: Sanitize topic message X-Git-Tag: 0.10-beta1~111 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=f04db2cb802b1296ca739c823495930c71d3b4ab;hp=f04db2cb802b1296ca739c823495930c71d3b4ab Sanitize topic message The code handling the topic message isn't expecting any new lines since it is usually not possible to have any from the IRC specs. But we can have some Unicode new lines instead! Qt is happily converting them to simple new lines which then crashes the client with a stack overflow. ---