commit | ce384d91cd7a4269a1ed5d4307a70aa4c6fa14f2 | [log] [tgz] |
---|---|---|
author | Kulikov Vasiliy <segooon@gmail.com> | Fri Oct 29 23:04:33 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 30 16:49:38 2010 -0700 |
tree | dad07ece7f32cfa73cfe3bf4e31f04c9a4b9a5ef | |
parent | 3e9ebd3cf48d9181e0931c6fd8f1a7dc4d6cb27c [diff] |
isdn: mISDN: socket: fix information leak to userland Structure mISDN_devinfo is copied to userland with the field "name" that has the last elements unitialized. It leads to leaking of contents of kernel stack memory. Signed-off-by: Vasiliy Kulikov <segooon@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>