From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] chunkd: fix debug output when the request key is not null-terminated Date: Tue, 16 Mar 2010 00:32:56 -0400 Message-ID: <4B9F09F8.2000604@garzik.org> References: <1268704971-29049-1-git-send-email-akinobu.mita@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=+BZybwj7PSxgxwjOEO3nnd735JTueB/VrvO6OCKuwIk=; b=BaFCLCifnZMGy8Uv4U9GEUQDCBIU2dKKmtqLWS/0hp4g+b9BSNjBTgpi76AxdW/Ov9 2PSropOGAtdNNeMtQahm9KJ0oZ6QITXcgqDIt9trExgRdkLrA3/bVsOuv1IxL4Fil3zS 9aiyR0EkNRRAfDpWZxvHc1v6eyE7u8P0PL95Q= In-Reply-To: <1268704971-29049-1-git-send-email-akinobu.mita@gmail.com> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Akinobu Mita Cc: hail-devel@vger.kernel.org On 03/15/2010 10:02 PM, Akinobu Mita wrote: > If the request key is not null-terminated and the debug output is enabled, > it prints invalid and unsafe value. Add a precision to fix it. > > Signed-off-by: Akinobu Mita > --- > server/server.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) applied