Home
last modified time | relevance | path

Searched hist:"8 d8d244726c8436c50f84092616c92bf551ea89a" (Results 1 – 1 of 1) sorted by relevance

/linux/fs/smb/server/
H A Dxattr.hdiff 8d8d244726c8436c50f84092616c92bf551ea89a Fri Aug 23 13:47:05 CEST 2024 Thorsten Blum <thorsten.blum@toblux.com> smb: Annotate struct xattr_smb_acl with __counted_by()

Add the __counted_by compiler attribute to the flexible array member
entries to improve access bounds-checking via CONFIG_UBSAN_BOUNDS and
CONFIG_FORTIFY_SOURCE.

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>