We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f03598 commit c90a3bcCopy full SHA for c90a3bc
arch/m32r/include/asm/uaccess.h
@@ -219,7 +219,7 @@ extern int fixup_exception(struct pt_regs *regs);
219
#define __get_user_nocheck(x, ptr, size) \
220
({ \
221
long __gu_err = 0; \
222
- unsigned long __gu_val; \
+ unsigned long __gu_val = 0; \
223
might_fault(); \
224
__get_user_size(__gu_val, (ptr), (size), __gu_err); \
225
(x) = (__force __typeof__(*(ptr)))__gu_val; \
0 commit comments