From: Mathias Krause Date: Thu, 12 Jul 2012 06:46:55 +0000 (+0200) Subject: udf: avoid info leak on export X-Git-Tag: v3.2.42~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac23922b930695ed3178cab78b0a9c31a9fa226b;p=pandora-kernel.git udf: avoid info leak on export commit 0143fc5e9f6f5aad4764801015bc8d4b4a278200 upstream. For type 0x51 the udf.parent_partref member in struct 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