qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v2 0/3] QObject patches for 2018-07-27 (3.0.0-rc3)
@ 2018-07-28  7:16 Markus Armbruster
  2018-07-28  7:16 ` [Qemu-devel] [PULL v2 1/3] qstring: Fix qstring_from_substr() not to provoke int overflow Markus Armbruster
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Markus Armbruster @ 2018-07-28  7:16 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 18a398f6a39df4b08ff86ac0d38384193ca5f4cc:

  Update version for v3.0.0-rc2 release (2018-07-24 22:06:31 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qobject-2018-07-27-v2

for you to fetch changes up to ba891d68b4ff17faaea3d3a8bfd82af3eed0a134:

  qstring: Move qstring_from_substr()'s @end one to the right (2018-07-28 09:09:58 +0200)

----------------------------------------------------------------
QObject patches for 2018-07-27 (3.0.0-rc3)

This pull request fixes an integer overflow bug, and hardens the code
in question a bit.  Abuse of QMP can make the bug crash QEMU, so it
seems worth fixing at this late stage.

----------------------------------------------------------------
Markus Armbruster (2):
      qstring: Assert size calculations don't overflow
      qstring: Move qstring_from_substr()'s @end one to the right

liujunjie (1):
      qstring: Fix qstring_from_substr() not to provoke int overflow

 block/blkdebug.c           |  2 +-
 block/blkverify.c          |  2 +-
 block/nbd.c                |  2 +-
 include/qapi/qmp/qstring.h |  2 +-
 qobject/qstring.c          | 12 ++++++++----
 tests/check-qobject.c      |  2 +-
 tests/check-qstring.c      |  2 +-
 7 files changed, 14 insertions(+), 10 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-07-30  9:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-28  7:16 [Qemu-devel] [PULL v2 0/3] QObject patches for 2018-07-27 (3.0.0-rc3) Markus Armbruster
2018-07-28  7:16 ` [Qemu-devel] [PULL v2 1/3] qstring: Fix qstring_from_substr() not to provoke int overflow Markus Armbruster
2018-07-28  7:16 ` [Qemu-devel] [PULL v2 2/3] qstring: Assert size calculations don't overflow Markus Armbruster
2018-07-28  7:16 ` [Qemu-devel] [PULL v2 3/3] qstring: Move qstring_from_substr()'s @end one to the right Markus Armbruster
2018-07-30  9:24 ` [Qemu-devel] [PULL v2 0/3] QObject patches for 2018-07-27 (3.0.0-rc3) Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).