commit | 509e5e5d206ff7ba08011b61a882d09369ec20c3 | [log] [tgz] |
---|---|---|
author | Eric Moore <eric.moore@lsil.com> | Wed Apr 26 13:22:37 2006 -0600 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Thu Apr 27 13:59:30 2006 -0500 |
tree | adc438ae6704744a2158f4fe8da50839b6b7723d | |
parent | f2536cbd12e5182558cce42efd41072bd558596b [diff] |
[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 <Eric.Moore@lsil.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>