From: Mathias Krause Date: Wed, 26 Jun 2013 21:52:30 +0000 (+0200) Subject: af_key: fix info leaks in notify messages X-Git-Tag: v3.2.50~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31bd7d1943f42c22850bb3bc6a7dd89fc4cf9b08;p=pandora-kernel.git af_key: fix info leaks in notify messages [ Upstream commit a5cc68f3d63306d0d288f31edfc2ae6ef8ecd887 ] key_notify_sa_flush() and key_notify_policy_flush() miss to initialize the sadb_msg_reserved member of the broadcasted message and thereby leak 2 bytes of heap memory to listeners. Fix that. Signed-off-by: Mathias Krause Cc: Steffen Klassert Cc: "David S. Miller" Cc: Herbert Xu Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed