qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 0a40bd: qapi: Don't pass NULL to printf in st


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 0a40bd: qapi: Don't pass NULL to printf in string input vi...
Date: Fri, 29 Apr 2016 04:30:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 0a40bdab0d48d9ce0c34bc2d319e44e92e0cc942
      
https://github.com/qemu/qemu/commit/0a40bdab0d48d9ce0c34bc2d319e44e92e0cc942
  Author: Eric Blake <address@hidden>
  Date:   2016-04-29 (Fri, 29 Apr 2016)

  Changed paths:
    M qapi/string-input-visitor.c

  Log Message:
  -----------
  qapi: Don't pass NULL to printf in string input visitor

Make sure the error message for visit_type_uint64() gracefully
handles a NULL 'name' when called from the top level or a list
context, as not all the world behaves like glibc in allowing
NULL through a printf-family %s.

Signed-off-by: Eric Blake <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 849880978eb2d9043323e34afb46eae8772a5fc6
      
https://github.com/qemu/qemu/commit/849880978eb2d9043323e34afb46eae8772a5fc6
  Author: Peter Maydell <address@hidden>
  Date:   2016-04-29 (Fri, 29 Apr 2016)

  Changed paths:
    M qapi/string-input-visitor.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-04-29' into 
staging

QAPI patches for 2016-04-29

# gpg: Signature made Fri 29 Apr 2016 10:13:08 BST using RSA key ID EB918653
# gpg: Good signature from "Markus Armbruster <address@hidden>"
# gpg:                 aka "Markus Armbruster <address@hidden>"

* remotes/armbru/tags/pull-qapi-2016-04-29:
  qapi: Don't pass NULL to printf in string input visitor

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/0d48dfedc5c2...849880978eb2

reply via email to

[Prev in Thread] Current Thread [Next in Thread]