diff options
author | Jeff Cody <jcody@redhat.com> | 2015-01-27 08:33:55 -0500 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2015-02-06 17:24:21 +0100 |
commit | e729fa6afed3aa917287b63034244f548b79ec60 (patch) | |
tree | 8bb0af56cc2acc5f5145b53f7f91bb8cba2a42cd /block/null.c | |
parent | 319fc53e344d5cead970c74f088ae5c607d426b3 (diff) | |
download | qemu-e729fa6afed3aa917287b63034244f548b79ec60.zip qemu-e729fa6afed3aa917287b63034244f548b79ec60.tar.gz qemu-e729fa6afed3aa917287b63034244f548b79ec60.tar.bz2 |
block: fix off-by-one error in qcow and qcow2
This fixes an off-by-one error introduced in 9a29e18. Both qcow and
qcow2 need to make sure to leave room for string terminator '\0' for
the backing file, so the max length of the non-terminated string is
either 1023 or PATH_MAX - 1.
Reported-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block/null.c')
0 files changed, 0 insertions, 0 deletions