[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1286193121.git.EXT-Eugeny.Kuznetsov@nokia.com>
Date: Tue, 5 Oct 2010 12:47:56 +0400
From: Evgeny Kuznetsov <EXT-Eugeny.Kuznetsov@...ia.com>
To: akpm@...ux-foundation.org, torvalds@...ux-foundation.org
Cc: m.nazarewicz@...sung.com, mingo@...e.hu, gregkh@...e.de,
a.p.zijlstra@...llo.nl, xiaosuo@...il.com,
linux-kernel@...r.kernel.org, ext-eugeny.kuznetsov@...ia.com
Subject: [PATCH 0/1] wait: using uninitialized member of wait queue
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists