From: Jens Axboe Date: Mon, 5 Jan 2015 15:47:01 +0000 (-0700) Subject: client: fix potential buffer overrun in server name copy X-Git-Tag: fio-2.2.5~25 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=e8b606174f00ebf19cc34f7ccfd59dd6c3e44050;hp=e8b606174f00ebf19cc34f7ccfd59dd6c3e44050 client: fix potential buffer overrun in server name copy Not an issue right now since pdu.server is larger than the buffer, but that could change at some point. Better be safe. Signed-off-by: Jens Axboe ---