|
Message-ID: <20211215190914.233d3021.quinq@fifth.space> Date: Wed, 15 Dec 2021 19:09:14 +0100 From: Quentin Rameau <quinq@...th.space> To: musl@...ts.openwall.com Cc: Andrew Snyder <arsnyder16@...il.com> Subject: Re: print does not support variable width plus padding Hi Andrew, > Sorry accidentally sent before attaching this > > ~# docker run -it --rm alpine /bin/ash > / # /lib/libc.musl-x86_64.so.1 > musl libc (x86_64) > Version 1.2.2 > Dynamic Program Loader > Usage: /lib/libc.musl-x86_64.so.1 [options] [--] pathname [args] > / # printf %0*i 2 1 > ash: %0*i: invalid format This looks like you found a bug in Busybox printf implementation.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.