From: Eric Moore Date: Wed, 26 Apr 2006 19:22:37 +0000 (-0600) Subject: [SCSI] fusion - bug fix stack overflow in mptbase X-Git-Tag: v2.6.17-rc4~4^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=509e5e5d206ff7ba08011b61a882d09369ec20c3;p=pandora-kernel.git [SCSI] fusion - bug fix stack overflow in mptbase Bug fix for stack overflow in EventDescriptionStr, (a function for debuging firmware events). We allocated 50 bytes on local stack for buff[], however there are places in the code where we've attempted copying in greater than 50 bytes into buff[]. Signed-off-by: Eric Moore Signed-off-by: James Bottomley --- Reading git-diff-tree failed