Bash-4.2 patch 24
This commit is contained in:
parent
98043138fc
commit
6c19148d33
2 changed files with 3 additions and 1 deletions
|
@ -255,6 +255,8 @@ printf_builtin (list)
|
|||
#endif
|
||||
{
|
||||
vflag = 1;
|
||||
if (vbsize == 0)
|
||||
vbuf = xmalloc (vbsize = 16);
|
||||
vblen = 0;
|
||||
if (vbuf)
|
||||
vbuf[0] = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue