From: Mathias Krause Date: Thu, 12 Jul 2012 06:46:54 +0000 (+0200) Subject: isofs: avoid info leak on export X-Git-Tag: v3.6-rc1~107^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe685aabf7c8c9f138e5ea900954d295bf229175;p=pandora-kernel.git isofs: avoid info leak on export 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 --- Reading git-diff-tree failed