On Fri, Aug 20, 2010 at 10:07:02AM -0500, Crowe, Edward wrote: > # diff builtins/printf.def.original builtins/printf.def > 174c174 > < #if !HAVE_VSNPRINTF > --- > > /*#if !HAVE_VSNPRINTF > 176a177 > > */
That's not the right fix. The right fix is to apply the patches from http://ftp.gnu.org/pub/gnu/bash/bash-4.1-patches/ (the very first one, bash41-001, fixes the definition of vsnprintf which was wrong in 4.1).