Quantcast
Channel: Linux | Kernel
Viewing all articles
Browse latest Browse all 165258

[PATCH 1/2] vfs: make sure struct filename->iname is word-aligned

$
0
0
I noticed that offsetof(struct filename, iname) is actually 28 on 64 bit platforms, so we always pass an unaligned pointer to strncpy_from_user. This

Viewing all articles
Browse latest Browse all 165258

Trending Articles