qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] disas/nanomips: Format string fixes
@ 2022-11-01 11:44 Philippe Mathieu-Daudé
  2022-11-01 11:44 ` [PATCH 1/5] disas/nanomips: Fix invalid PRId64 format calling img_format() Philippe Mathieu-Daudé
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-11-01 11:44 UTC (permalink / raw)
  To: qemu-devel
  Cc: Aleksandar Rikalo, Aurelien Jarno, Thomas Huth,
	Philippe Mathieu-Daudé, Petar Jovanovic, Stefan Weil,
	Jiaxun Yang

Fix invalid string formats reported by Stefan:
https://lore.kernel.org/qemu-devel/78553699-00c1-ad69-1d58-02f75a1f4fe3@weilnetz.de/

Philippe Mathieu-Daudé (5):
  disas/nanomips: Fix invalid PRId64 format calling img_format()
  disas/nanomips: Fix invalid PRIx64 format calling img_format()
  disas/nanomips: Use G_GNUC_PRINTF to avoid invalid string formats
  disas/nanomips: Remove headers already included by "qemu/osdep.h"
  MAINTAINERS: Inherit from nanoMIPS

 MAINTAINERS      |  8 +-------
 disas/nanomips.c | 44 +++++++++++++++++++++++---------------------
 2 files changed, 24 insertions(+), 28 deletions(-)

-- 
2.37.3



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

end of thread, other threads:[~2022-11-07 23:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-01 11:44 [PATCH 0/5] disas/nanomips: Format string fixes Philippe Mathieu-Daudé
2022-11-01 11:44 ` [PATCH 1/5] disas/nanomips: Fix invalid PRId64 format calling img_format() Philippe Mathieu-Daudé
2022-11-01 12:09   ` Stefan Weil via
2022-11-01 11:44 ` [PATCH 2/5] disas/nanomips: Fix invalid PRIx64 " Philippe Mathieu-Daudé
2022-11-01 12:10   ` Stefan Weil via
2022-11-01 11:44 ` [PATCH 3/5] disas/nanomips: Use G_GNUC_PRINTF to avoid invalid string formats Philippe Mathieu-Daudé
2022-11-01 12:10   ` Stefan Weil via
2022-11-01 11:44 ` [PATCH 4/5] disas/nanomips: Remove headers already included by "qemu/osdep.h" Philippe Mathieu-Daudé
2022-11-01 12:12   ` Stefan Weil via
2022-11-01 11:44 ` [PATCH 5/5] MAINTAINERS: Inherit from nanoMIPS Philippe Mathieu-Daudé
2022-11-02  7:07   ` Thomas Huth
2022-11-02  5:56 ` [PATCH 0/5] disas/nanomips: Format string fixes Richard Henderson
2022-11-07 23:23 ` Philippe Mathieu-Daudé

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).