K 10 svn:author V 3 dim K 8 svn:date V 27 2011-08-08T20:53:04.404495Z K 7 svn:log V 258 Fix buffer overflow in sys/boot/common/util.c's printf(), when printing large (>= 10^10) numbers. In theory, 20 characaters should be enough, but bump the buffer to 32 characters, so we have some room for the future. Reviewed by: pjd Approved by: re (kib) END