commit | 5f9a056db9c7973c46337ec8d034323aa72bf206 | [log] [tgz] |
---|---|---|
author | Joe Eykholt <jeykholt@cisco.com> | Tue Nov 03 11:48:55 2009 -0800 |
committer | James Bottomley <James.Bottomley@suse.de> | Fri Dec 04 12:01:16 2009 -0600 |
tree | 2b61b80ddfcd82fc415856306b791b870e3544d2 | |
parent | 6049d95a8a223e2dc3a476dea9f0fbc9b580f38f [diff] |
[SCSI] libfc: fix symbolic name registrations smashing skb data The strncpy for RSPN_ID and RSNN_NN requests was padding past the allocated frame size. Get the string length before filling in the ct header. 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>