methods/rsh.cc: replace strcat with std::string
authorMichael Vogt <mvo@ubuntu.com>
Wed, 8 Oct 2014 09:35:48 +0000 (11:35 +0200)
committerMichael Vogt <mvo@ubuntu.com>
Wed, 8 Oct 2014 09:35:48 +0000 (11:35 +0200)
commit180b693262d71381d650d10c3f95a5a70553f40f
tree2a721741724cabb92a2a8f879f3083a1ee204f8c
parent50e3155606fd9ab3940682267bbeb9b274170192
methods/rsh.cc: replace strcat with std::string

Instead of using strcat use a C++ std::string to avoid overflowing
this buffer. Thanks to David Garfield

Closes: #76442
methods/rsh.cc