Netdev List
 help / color / mirror / Atom feed
* [PATCH iproute2 0/2] some musl fixes
@ 2024-01-22 21:05 Pedro Tammela
  2024-01-22 21:05 ` [PATCH iproute2 1/2] color: use empty format string instead of NULL in vfprintf Pedro Tammela
  2024-01-22 21:05 ` [PATCH iproute2 2/2] bpf: include libgen.h for basename Pedro Tammela
  0 siblings, 2 replies; 5+ messages in thread
From: Pedro Tammela @ 2024-01-22 21:05 UTC (permalink / raw)
  To: netdev; +Cc: Pedro Tammela

Fix subtle differences between musl and glibc which are
causing iproute2 to crash in Alpine Linux.

Pedro Tammela (2):
  color: use empty format string instead of NULL in vfprintf
  bpf: include libgen.h for basename

 lib/bpf_legacy.c | 1 +
 lib/color.c      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
2.40.1


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

end of thread, other threads:[~2024-01-23  1:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22 21:05 [PATCH iproute2 0/2] some musl fixes Pedro Tammela
2024-01-22 21:05 ` [PATCH iproute2 1/2] color: use empty format string instead of NULL in vfprintf Pedro Tammela
2024-01-23  0:43   ` Stephen Hemminger
2024-01-23  1:16     ` Pedro Tammela
2024-01-22 21:05 ` [PATCH iproute2 2/2] bpf: include libgen.h for basename Pedro Tammela

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox