Sanitize topic message 40/head
authorFlorent Castelli <florent.castelli@gmail.com>
Wed, 16 Oct 2013 21:15:23 +0000 (23:15 +0200)
committerFlorent Castelli <florent.castelli@gmail.com>
Wed, 16 Oct 2013 21:15:23 +0000 (23:15 +0200)
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.


No differences found