From: Jim Meyering <meyer...@redhat.com>
Signed-off-by: Jim Meyering <meyer...@redhat.com> --- block/qcow2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/block/qcow2.c b/block/qcow2.c index 8c60a6f..abc985e 100644 --- a/block/qcow2.c +++ b/block/qcow2.c @@ -990,6 +990,7 @@ int qcow2_update_header(BlockDriverState *bs) goto fail; } + /* Using strncpy is ok here, since buf is not NUL-terminated. */ strncpy(buf, bs->backing_file, buflen); header->backing_file_offset = cpu_to_be64(buf - ((char*) header)); -- 1.7.10.1.487.ga3935e6