All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/1] arm64: Fix strrchr() matching of null terminator
@ 2026-05-18 23:43 Edgar E. Iglesias
  2026-05-18 23:43 ` [PATCH v1 1/1] " Edgar E. Iglesias
  0 siblings, 1 reply; 8+ messages in thread
From: Edgar E. Iglesias @ 2026-05-18 23:43 UTC (permalink / raw)
  To: xen-devel
  Cc: sstabellini, julien, bertrand.marquis, michal.orzel,
	Volodymyr_Babchuk, edgar.iglesias

Found a problem with strrchr("", '\0') returning NULL when searching for the
terminating null byte. This fixes it.

Found while GDB-fuzzing xen/lib helpers under QEMU.

Cheers,
Edgar

Edgar E. Iglesias (1):
  arm64: Fix strrchr() matching of null terminator

 xen/arch/arm/arm64/lib/strrchr.S | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2026-05-19 16:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-18 23:43 [PATCH v1 0/1] arm64: Fix strrchr() matching of null terminator Edgar E. Iglesias
2026-05-18 23:43 ` [PATCH v1 1/1] " Edgar E. Iglesias
2026-05-19  6:40   ` Jan Beulich
2026-05-19  7:47     ` Julien Grall
2026-05-19 15:28       ` Edgar E. Iglesias
2026-05-19 15:24     ` Edgar E. Iglesias
2026-05-19 12:45   ` Andrew Cooper
2026-05-19 16:27     ` Edgar E. Iglesias

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.