CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2009/07/17 11:39:30
Modified files: usr.bin/printf : printf.c Log message: be more careful with parsing format string. we can't do multiple widths or precisions. fixes crash reported by Maksymilian Arciemowicz, where printf(3) took more args from stack than printf(1) passed it. behavior consistent with linucses and ieee 1003.1-2001. ok millert@, otto@