diff options
author | 2006-10-29 18:57:16 +0300 | |
---|---|---|
committer | 2006-10-29 12:07:37 -0800 | |
commit | 3d8334def5cf831d2ed438aae021696a2faa4ddd (patch) | |
tree | 6ba3582c4927bff20fd0e8e4fd3230680a5d8718 /drivers/acpi/container.c | |
parent | [PATCH] taskstats: fix sk_buff leak (diff) | |
download | wireguard-linux-3d8334def5cf831d2ed438aae021696a2faa4ddd.tar.xz wireguard-linux-3d8334def5cf831d2ed438aae021696a2faa4ddd.zip |
[PATCH] taskstats: fix sk_buff size calculation
prepare_reply() adds GENL_HDRLEN to the payload (genlmsg_total_size()),
but then it does genlmsg_put()->nlmsg_put(). This means we forget to
reserve a room for 'struct nlmsghdr'.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Cc: Thomas Graf <tgraf@suug.ch>
Cc: Andrew Morton <akpm@osdl.org>
Cc: Shailabh Nagar <nagar@watson.ibm.com>
Cc: Balbir Singh <balbir@in.ibm.com>
Cc: Jay Lan <jlan@sgi.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/acpi/container.c')
0 files changed, 0 insertions, 0 deletions