|
|
Subscribe / Log in / New account

Strict memcpy() bounds checking for the kernel

Strict memcpy() bounds checking for the kernel

Posted May 2, 2024 9:59 UTC (Thu) by ukleinek (subscriber, #56625)
Parent article: Strict memcpy() bounds checking for the kernel

The syntax in the example is wrong.

struct foo {
int one;
struct_group(thing,
int two; // <-- ; here
int three; // <-- and here
);
int four;
};


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds