Re: [PATCH] chunkd: fix debug output when the request key is not null-terminated
Jeff Garzik <[email protected]>
| Newsgroups | org.kernel.vger.hail-devel |
|---|---|
| Message-ID | <[email protected]> |
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<[email protected]> > --- > server/server.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) applied