From: Dan Carpenter Date: Wed, 11 Jan 2012 07:46:27 +0000 (+0300) Subject: cifs: integer overflow in parse_dacl() X-Git-Tag: v3.3-rc2~48^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7250170c9ed00f3b74b11b98afefab45020672dd;p=pandora-kernel.git cifs: integer overflow in parse_dacl() On 32 bit systems num_aces * sizeof(struct cifs_ace *) could overflow leading to a smaller ppace buffer than we expected. Signed-off-by: Dan Carpenter Acked-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed