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;
};
