commit bash-20200626 snapshot

This commit is contained in:
Chet Ramey
2020-06-30 15:09:56 -04:00
parent 6edcd70089
commit dd4e3abc5c
9 changed files with 78 additions and 29 deletions
+19
View File
@@ -8610,3 +8610,22 @@ lib/sh/zcatfd.c
lib/sh/zmapfd.c
- zmapfd: lbuf: bump size up to ZBUFSIZ (default 4096)
6/29
----
aclocal.m4
- BASH_FUNC_SBRK: changes for cross-compiling on FreeBSD variants,
from Jessica Clarke <jrtc27@jrtc27.com>
xmalloc.c
- HAVE_SBRK: use #if instead of #ifdef so we only use it if we think
it works
examples/loadables/finfo.c
- st_dev,st_nlink: cast to unsigned long, report from Jessica Clarke
<jrtc27@jrtc27.com>
unwind_prot.c
- unwind_protect_mem_internal: make sure we allocate at least as many
bytes for an entire UNWIND_ELT. Fix from Jessica Clarke
<jrtc27@jrtc27.com>