lkml.org 
[lkml]   [2023]   [Aug]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: struct_size() using sizeof() vs offsetof()
From
Hi Gustavo,

On 2023-08-17 18:05, Gustavo A. R. Silva wrote:
>
>> - tp_c = kzalloc(sizeof(*tp_c), GFP_KERNEL);
>> + tp_c = kzalloc(struct_size(tp_c, hlist->ht, 1), GFP_KERNEL);
>
> I just sent a fix[1].
>
> Thanks for reporting this! :)

:-)

> --
> Gustavo
>
> [1] https://lore.kernel.org/linux-hardening/ZN5DvRyq6JNz20l1@work/

Please CC me in that thread. I want to know when the patch is installed, to
prepare my own against that tree.

Cheers,
Alex

--
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2023-08-17 20:39    [W:0.053 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site