summaryrefslogtreecommitdiff
path: root/tools/lib/python/feat/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorMatthieu Buffet <matthieu@buffet.re>2025-12-02 22:51:41 +0100
committerMickaël Salaün <mic@digikod.net>2025-12-26 20:38:58 +0100
commite4aa4461d4acb922ef45785581232f0588a6eea8 (patch)
tree0053c5e67501bf1bbb8d596cb562403fdb5abadf /tools/lib/python/feat/git@git.tavy.me:linux.git
parente1a57c33590a50a6639798e60a597af4a23b0340 (diff)
selftests/landlock: NULL-terminate unix pathname addresses
The size of Unix pathname addresses is computed in selftests using offsetof(struct sockaddr_un, sun_path) + strlen(xxx). It should have been that +1, which makes addresses passed to the libc and kernel non-NULL-terminated. unix_mkname_bsd() fixes that in Linux so there is no harm, but just using sizeof(the address struct) should improve readability. Signed-off-by: Matthieu Buffet <matthieu@buffet.re> Reviewed-by: Günther Noack <gnoack@google.com> Link: https://lore.kernel.org/r/20251202215141.689986-1-matthieu@buffet.re Signed-off-by: Mickaël Salaün <mic@digikod.net>
Diffstat (limited to 'tools/lib/python/feat/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions