Bash-4.2 patch 24

This commit is contained in:
Chet Ramey 2012-03-13 15:12:26 -04:00
commit 6c19148d33
2 changed files with 3 additions and 1 deletions

View file

@ -255,6 +255,8 @@ printf_builtin (list)
#endif
{
vflag = 1;
if (vbsize == 0)
vbuf = xmalloc (vbsize = 16);
vblen = 0;
if (vbuf)
vbuf[0] = 0;