From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hurricane.elijah.cs.cmu.edu ([128.2.209.191]:57088 "EHLO hurricane.elijah.cs.cmu.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725906AbeI2BlN (ORCPT ); Fri, 28 Sep 2018 21:41:13 -0400 Date: Fri, 28 Sep 2018 15:15:58 -0400 From: Jan Harkes To: Amir Goldstein Cc: Miklos Szeredi , linux-unionfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Jeff Layton , Mark Fasheh Subject: Re: [PATCH] fs: fix access beyond unterminated strings in prints Message-ID: <20180928191558.5xzf73soxogjm4ba@cs.cmu.edu> References: <20180928180048.14259-1-amir73il@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180928180048.14259-1-amir73il@gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Sep 28, 2018 at 09:00:48PM +0300, Amir Goldstein wrote: > I chose not to split the patches per fs in the hope that maintainers > would quickly ack the patch and ask you to carry it for them. Ack for Coda. I actually have a patch queued somewhere that dropped printing the name and only prints the length, but this works too. Jan