Re: [PATCH v4 05/17] module: Switch load_info::len to size_t
From: David Howells
Date: Fri Feb 06 2026 - 03:19:58 EST
Thomas Weißschuh <linux@xxxxxxxxxxxxxx> wrote:
> As both 'size_t' and 'unsigned int' are always the same size, this
> should be risk-free.
Did you mean 'unsigned long'?
David