[PATCH 0/1] wait: using uninitialized member of wait queue

From: Evgeny Kuznetsov
Date: Tue Oct 05 2010 - 04:52:37 EST


Hi,

Here is patch which fixes bug in /include/linux/wait.h file.
Member "flags" of "wait_queue_t" struct is used in several places in
kernel code without beeing initialized. "flags" is used in bitwise
operations. If it contain dummy data then incorrect flags may be
used later in code.

Thanks,
Best Regards,
Evgeny

Evgeny Kuznetsov (1):
wait: using uninitialized member of wait queue

include/linux/wait.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/