mbox series

[iproute2,0/2] some musl fixes

Message ID 20240122210546.3423784-1-pctammela@mojatatu.com (mailing list archive)
Headers show
Series some musl fixes | expand

Message

Pedro Tammela Jan. 22, 2024, 9:05 p.m. UTC
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(-)