Created attachment 219 [details] Patch to remove stdio field width cap uClibc mishandles printf field width limits larger than 40959, as a result of misguided overflow-protection code. This causes spurious test failures with GNU coreutils, which depends on "%65536s" and "%20000000f" working according to spec. I'm including a simple patch to fix the problem, extending the limit to INT_MAX. When I reported this earlier in the old bug-tracking system, I was asked for a test program. I've posted one on: ftp://ftp.ocis.net/pub/users/ldeutsch/uCpatches/widthtest.c
Created attachment 489 [details] aforementioned widthtest.c
applied as 266aaaf46e136d63532a797fd8604e30d4350443 Thanks!