Tkhai Kirill 6fc34436be MN10300: Proper use of macros get_user() in the case of incremented pointers
Using __get_user_check(x, ptr++, size) leads to double increment of pointer.
This macro uses the macro get_user directly, which itself is used in this way
(get_user(x, ptr++)) in some functions of the kernel. The patch fixes the
error.

Reported-by: Tkhai Kirill <tkhai@yandex.ru>
Signed-off-by: David Howells <dhowells@redhat.com>
2011-03-14 14:44:30 +00:00
..
2010-06-09 11:12:36 +02:00
2009-12-11 06:34:10 -05:00
2010-10-27 17:28:51 +01:00
2009-09-09 13:29:18 -07:00
2010-08-12 09:51:35 -07:00
2009-06-14 11:51:12 +05:30
2010-09-23 10:20:57 -07:00
2010-12-03 09:18:53 -08:00
2010-10-27 17:28:57 +01:00
2010-10-27 17:28:51 +01:00
2010-03-12 15:52:32 -08:00