commit | c542942cb42186f99b6d715a833c7afad359f48f | [log] [tgz] |
---|---|---|
author | Xiubo Li <lixiubo@cmss.chinamobile.com> | Wed Jul 12 15:51:17 2017 +0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Sun Jul 30 15:12:32 2017 -0700 |
tree | 935be87483fc8dcd9029bae5cc61f322fe505121 | |
parent | 520eccdfe187591a51ea9ab4c1a024ae4d0f68d9 [diff] |
tcmu: Fix possible to/from address overflow when doing the memcpy For most case the sg->length equals to PAGE_SIZE, so this bug won't be triggered. Otherwise this will crash the kernel, for example when all segments' sg->length equal to 1K. Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com> Reviewed-by: Mike Christie <mchristi@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>