summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarkus Armbruster2018-07-27 08:22:04 +0200
committerMarkus Armbruster2018-07-28 09:09:58 +0200
commitba891d68b4ff17faaea3d3a8bfd82af3eed0a134 (patch)
treea60591188270f2ec5ade8eef780b26da5ddf0efd /include
parentqstring: Assert size calculations don't overflow (diff)
downloadqemu-ba891d68b4ff17faaea3d3a8bfd82af3eed0a134.tar.gz
qemu-ba891d68b4ff17faaea3d3a8bfd82af3eed0a134.tar.xz
qemu-ba891d68b4ff17faaea3d3a8bfd82af3eed0a134.zip
qstring: Move qstring_from_substr()'s @end one to the right
qstring_from_substr() takes the index of the substring's first and last character. qstring_from_substr(s, 0, SIZE_MAX) denotes an empty substring. Awkward. Shift the end index one to the right. This simplifies both qstring_from_substr() and its callers. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20180727062204.10401-3-armbru@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions