diff options
author | Thorsten Blum <thorsten.blum@toblux.com> | 2024-07-31 01:02:02 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2024-08-27 06:40:06 +0300 |
commit | 01cdf03b1378f2d860d4eb5951895a92002226a3 (patch) | |
tree | a06dbfc1bc770339720d990c54ef410eb3e66be9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 736c24e62e7e1f5d00fb5b750bb7c13c56410d07 (diff) | |
download | linux-01cdf03b1378f2d860d4eb5951895a92002226a3.tar.xz |
ext4: annotate struct ext4_xattr_inode_array with __counted_by()
Add the __counted_by compiler attribute to the flexible array member
inodes to improve access bounds-checking via CONFIG_UBSAN_BOUNDS and
CONFIG_FORTIFY_SOURCE.
Remove the now obsolete comment on the count field.
In ext4_expand_inode_array(), use struct_size() instead of offsetof()
and remove the local variable count. Increment the count field before
adding a new inode to the inodes array.
Compile-tested only.
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Link: https://patch.msgid.link/20240730220200.410939-3-thorsten.blum@toblux.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions