]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
Bash-4.2 direxpand with patch 24
authorChet Ramey <chet.ramey@case.edu>
Tue, 13 Mar 2012 13:53:15 +0000 (09:53 -0400)
committerChet Ramey <chet.ramey@case.edu>
Tue, 13 Mar 2012 13:53:15 +0000 (09:53 -0400)
builtins/printf.def
patchlevel.h

index 9eca2152147a9ac33fd3111d43498a1bed41a3a9..71a7c00e02b801bea24b0d0d2f4846f19276e7f9 100644 (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;
index 3ef48b5ac5c8c6effddcbde8ca5a92b5440d3c69..4f922469ec15d996aafd58dbab82180bb496fcc7 100644 (file)
@@ -25,6 +25,6 @@
    regexp `^#define[   ]*PATCHLEVEL', since that's what support/mkversion.sh
    looks for to find the patch level (for the sccs version string). */
 
-#define PATCHLEVEL 23
+#define PATCHLEVEL 24
 
 #endif /* _PATCHLEVEL_H_ */