[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250312194027.70c38581@pumpkin>
Date: Wed, 12 Mar 2025 19:40:27 +0000
From: David Laight <david.laight.linux@...il.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: linux-kernel@...r.kernel.org, Andrew Morton <akpm@...ux-foundation.org>,
Arnd Bergmann <arnd@...db.de>, Linus Torvalds
<torvalds@...ux-foundation.org>, Christophe Leroy
<christophe.leroy@....fr>, Rasmus Villemoes <linux@...musvillemoes.dk>,
nnac123@...ux.ibm.com, horms@...nel.org
Subject: Re: [PATCH next 5/8] test_hexdump: Fix sample output if zero bytes
requested
On Mon, 10 Mar 2025 11:03:07 +0200
Andy Shevchenko <andriy.shevchenko@...ux.intel.com> wrote:
> On Sat, Mar 08, 2025 at 09:34:49AM +0000, David Laight wrote:
> > If 'len' is zero the expected output is an empty string even if
> > 'ascii' is requested.
>
> It's related to the previous one...
> So, seems to me the series need a bit more (re-)thinking...
>
Nope, all its own bug.
This is a request to hexdump zero bytes into a valid buffer size.
hex_dump_to_buffer() gets it right unless the output buffer length
is also zero.
Found when I started doing a full range of tests.
David
Powered by blists - more mailing lists