From: Mathias Krause Date: Thu, 12 Jul 2012 06:46:54 +0000 (+0200) Subject: isofs: avoid info leak on export X-Git-Tag: v3.2.42~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edea8d0998c2b2bdade2b6c44fa6fac27ecfd2b7;p=pandora-kernel.git isofs: avoid info leak on export commit fe685aabf7c8c9f138e5ea900954d295bf229175 upstream. For type 1 the parent_offset member in struct isofs_fid gets copied uninitialized to userland. Fix this by initializing it to 0. Signed-off-by: Mathias Krause Signed-off-by: Jan Kara Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed