[PATCH] orinoco: Information leakage due to incorrect padding
authorPavel Roskin <proski@gnu.org>
Wed, 5 Oct 2005 01:33:10 +0000 (21:33 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 5 Oct 2005 03:37:21 +0000 (23:37 -0400)
The orinoco driver can send uninitialized data exposing random pieces of
the system memory.  This happens because data is not padded with zeroes
when its length needs to be increased.

Reported by Meder Kydyraliev <meder@o0o.nu>

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

No differences found