aboutsummaryrefslogtreecommitdiff
path: root/pc-bios
diff options
context:
space:
mode:
authorHalil Pasic <pasic@linux.ibm.com>2020-07-30 15:01:56 +0200
committerCornelia Huck <cohuck@redhat.com>2020-07-30 16:53:34 +0200
commit148d25e0f6ad1dc3bd6aace092d65262d4217ec6 (patch)
tree15e6ed3e53d141379516d66acc46b3d615a32b6d /pc-bios
parent5772f2b1fc5d00e7e04e01fa28e9081d6550440a (diff)
s390x/s390-virtio-ccw: fix off-by-one in loadparm getter
As pointed out by Peter, g_memdup(ms->loadparm, sizeof(ms->loadparm) + 1) reads one past of the end of ms->loadparm, so g_memdup() can not be used here. Let's use g_strndup instead! Fixes: d6645483285f ("s390x/s390-virtio-ccw: fix loadparm property getter") Fixes: Coverity CID 1431058 Reported-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Halil Pasic <pasic@linux.ibm.com> Reviewed-by: David Hildenbrand <david@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20200730130156.35063-1-pasic@linux.ibm.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'pc-bios')
0 files changed, 0 insertions, 0 deletions