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
Raw File
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top