ovl: Replace offsetof() with struct_size() in ovl_stack_free()
Compared to offsetof(), struct_size() provides additional compile-time checks for structs with flexible arrays (e.g., __must_be_array()). No functional changes intended. Signed-off-by:Thorsten Blum <thorsten.blum@linux.dev> Signed-off-by:
Miklos Szeredi <mszeredi@redhat.com>
Loading
Please register or sign in to comment