/bin/printf '%010000x' 123. Problem reported by Arto C. Nirkko
via Bruno Haible.
+2007-04-26 Paul Eggert <eggert@cs.ucla.edu>
+
+ * doc/autoconf.texi (Limitations of Builtins): Warn about Solaris
+ /bin/printf '%010000x' 123. Problem reported by Arto C. Nirkko
+ via Bruno Haible.
+
2007-04-12 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Document recent changes to AC_CHECK_ALIGNOF, AC_CHECK_SIZEOF,
bash: printf: `%': missing format character
@end example
+Large outputs may cause trouble. On Solaris 8 through 10, for example,
+the command @samp{/bin/printf %010000x 123} dumps core. This particular
+bug should have little practical effect since Solaris shells' builtin
+@command{printf} commands do not have the bug, but it indicates an area
+that other @command{printf} implementations may have trouble in.
+
@item @command{read}
@c ------------------