]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: send: annotate struct name_cache_entry with __counted_by()
authorThorsten Blum <thorsten.blum@toblux.com>
Tue, 13 Aug 2024 10:53:15 +0000 (12:53 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 Aug 2024 18:35:32 +0000 (20:35 +0200)
commitc0247d289e73e18f6ddb0895de30c09770fbed95
tree40f5c7af1b0a089c70e810e3bc092602c6f68aac
parent6252690f7e1b173b86a4c27dfc046b351ab423e7
btrfs: send: annotate struct name_cache_entry with __counted_by()

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

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/send.c