commit | 6049d95a8a223e2dc3a476dea9f0fbc9b580f38f | [log] [tgz] |
---|---|---|
author | Joe Eykholt <jeykholt@cisco.com> | Tue Nov 03 11:48:50 2009 -0800 |
committer | James Bottomley <James.Bottomley@suse.de> | Fri Dec 04 12:01:15 2009 -0600 |
tree | 10781493611d633cba23b2a0d929726ee3434865 | |
parent | 59d925168457805572f40fb12bd399e89775b3ff [diff] |
[SCSI] libfc: fix RNN_ID smashing skb payload The code that filled in the name server RNN_ID (register node name) request had somehow gotten a line in it from the RFT_ID code which copies 32 bytes of data over the relatively short payload. This caused some corruption and hangs. Simply deleted the extraneous line. Signed-off-by: Joe Eykholt <jeykholt@cisco.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>