|
@@ -49,7 +49,8 @@ void compat_exit_robust_list(struct task_struct *curr)
|
|
|
{
|
|
|
struct compat_robust_list_head __user *head = curr->compat_robust_list;
|
|
|
struct robust_list __user *entry, *next_entry, *pending;
|
|
|
- unsigned int limit = ROBUST_LIST_LIMIT, pi, next_pi, pip;
|
|
|
+ unsigned int limit = ROBUST_LIST_LIMIT, pi, pip;
|
|
|
+ unsigned int uninitialized_var(next_pi);
|
|
|
compat_uptr_t uentry, next_uentry, upending;
|
|
|
compat_long_t futex_offset;
|
|
|
int rc;
|