diff options
author | Jiri Benc <[email protected]> | 2015-03-29 16:05:28 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2015-03-31 14:07:24 -0400 |
commit | 5899f0478528b59ea9ced201eacb3e56ca406c39 (patch) | |
tree | b260bb0d9c9089954268ba60a625f0d995334060 /lib/cpu-notifier-error-inject.c | |
parent | f5e2dc5d7fe78fe4d8748d217338f4f7b6a5d7ea (diff) |
netlink: pad nla_memcpy dest buffer with zeroes
This is especially important in cases where the kernel allocs a new
structure and expects a field to be set from a netlink attribute. If such
attribute is shorter than expected, the rest of the field is left containing
previous data. When such field is read back by the user space, kernel memory
content is leaked.
Signed-off-by: Jiri Benc <[email protected]>
Acked-by: Thomas Graf <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions