summaryrefslogtreecommitdiffstats
path: root/.mailmap
diff options
context:
space:
mode:
authorJörn Engel2012-02-16 17:14:27 +0100
committerNicholas Bellinger2012-02-25 23:37:50 +0100
commit99f730d88fd0a25c3e2dfc357bde4cf6b8cb5b40 (patch)
tree94b74e3bbceda90501e550543dfc82f0bde13917 /.mailmap
parenttarget: prevent NULL pointer dereference in target_report_luns (diff)
downloadkernel-qcow2-linux-99f730d88fd0a25c3e2dfc357bde4cf6b8cb5b40.tar.gz
kernel-qcow2-linux-99f730d88fd0a25c3e2dfc357bde4cf6b8cb5b40.tar.xz
kernel-qcow2-linux-99f730d88fd0a25c3e2dfc357bde4cf6b8cb5b40.zip
target: Fix off-by-seven in target_report_luns
cdb_offset is always equal to offset - 8, so remove that one. More importantly, the existing code only worked correct if se_cmd->data_length is a multiple of 8. Pass in a length of, say, 9 and we will happily overwrite 7 bytes of "unallocated" memory. Now, afaics this bug is currently harmless, as allocations will implicitly be padded to multiples of 8 bytes. But depending on such a fact wouldn't qualify as sound engineering practice. Signed-off-by: Joern Engel <joern@logfs.org> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions