Package: bash Version: 4.4-2 Severity: normal Dear Maintainer,
During testing of another package, I noticed that valgrind seems to complain about bash on pretty much any invocation. A minimal test case is: `valgrind -- bash -c ""` This produces errors similar to: ==32208== Invalid free() / delete / delete[] / realloc() ==32208== at 0x4C2BDDB: free (vg_replace_malloc.c:530) ==32208== by 0x465B27: ??? (in /bin/bash) ==32208== by 0x465F4F: run_unwind_frame (in /bin/bash) ==32208== by 0x485B66: parse_and_execute (in /bin/bash) ==32208== by 0x41F680: ??? (in /bin/bash) ==32208== by 0x421531: main (in /bin/bash) ==32208== Address 0x422f258 is in the brk data segment 0x4225000-0x423bfff -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (900, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.8.0-2-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages bash depends on: ii base-files 9.7 ii dash 0.5.8-2.3 ii debianutils 4.8.1 ii libc6 2.24-8 ii libtinfo5 6.0+20161126-1 Versions of packages bash recommends: ii bash-completion 1:2.1-4.3 Versions of packages bash suggests: pn bash-doc <none> -- no debconf information Sincerely, -- Harlan Lieberman-Berg ~hlieberman

