Revision a7cc722fff0b32bcd28bf4722dff816b0b695f7d authored by Al Viro on 21 May 2017, 17:08:42 UTC, committed by Al Viro on 21 May 2017, 17:09:57 UTC
__put_user_size() relies upon its first argument having the same type as what
the second one points to; the only other user makes sure of that and
unsafe_put_user() should do the same.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent 2ea659a
History
File Mode Size
Documentation
arch
.gitignore -rw-r--r-- 43 bytes
Build -rw-r--r-- 410 bytes
Makefile -rw-r--r-- 2.3 KB
arch.h -rw-r--r-- 1.3 KB
builtin-check.c -rw-r--r-- 31.3 KB
builtin.h -rw-r--r-- 829 bytes
elf.c -rw-r--r-- 8.9 KB
elf.h -rw-r--r-- 2.3 KB
objtool.c -rw-r--r-- 2.9 KB
special.c -rw-r--r-- 4.6 KB
special.h -rw-r--r-- 1.1 KB
warn.h -rw-r--r-- 1.5 KB

back to top