Use strdup() in Client_textmessage().
authorTilman Sauerbeck <tilman@code-monkey.de>
Mon, 1 Jan 2018 10:58:56 +0000 (11:58 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 1 Jan 2018 18:12:54 +0000 (19:12 +0100)
This is more efficient than the combination of malloc(), strlen() and
strcpy() that we used before.


No differences found