OSDN Git Service

lift printf field width limit
authorMichael Deutschmann <michael@talamasca.ocis.net>
Wed, 17 Mar 2010 12:36:34 +0000 (13:36 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 17 Mar 2010 13:54:04 +0000 (14:54 +0100)
commit266aaaf46e136d63532a797fd8604e30d4350443
tree94659829fce08a15ba5895651ab42530dab431d1
parent919d99c7c00655a0376ed0ba0f22b1bba7510583
lift printf field width limit

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.

Signed-off-by: Michael Deutschmann <michael@talamasca.ocis.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/stdio/_vfprintf.c