summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash_4.4.bb
diff options
context:
space:
mode:
authorZhang Xiao <xiao.zhang@windriver.com>2017-08-25 08:42:38 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-27 22:30:06 +0100
commite4881a3d22ca055e27aaf8eaacfe1ea2ded79e3d (patch)
tree79b947f451bcd723ae65c8e1ae133d47374a484e /meta/recipes-extended/bash/bash_4.4.bb
parent2f84fb232f972cb1ca2dc9fa3644cc6a509051ae (diff)
downloadpoky-e4881a3d22ca055e27aaf8eaacfe1ea2ded79e3d.tar.gz
bash: memleak bug fix for builtin command read
Built in command "read" with "-e" use Readline to obtain the line in an interactive shell. In this process, a string "rlbuf" is just allocated without free operation thus cause memory leak. This patch had been submitted to upstream: http://lists.gnu.org/archive/html/bug-bash/2017-02/msg00061.html (From OE-Core rev: a2b278a6eaa9e9b48d858e3be6712267c0122598) Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com> Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash/bash_4.4.bb')
-rw-r--r--meta/recipes-extended/bash/bash_4.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash_4.4.bb b/meta/recipes-extended/bash/bash_4.4.bb
index b602afe8ac..e544d07c10 100644
--- a/meta/recipes-extended/bash/bash_4.4.bb
+++ b/meta/recipes-extended/bash/bash_4.4.bb
@@ -25,6 +25,7 @@ SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \
25 file://run-ptest \ 25 file://run-ptest \
26 file://fix-run-builtins.patch \ 26 file://fix-run-builtins.patch \
27 file://0001-help-fix-printf-format-security-warning.patch \ 27 file://0001-help-fix-printf-format-security-warning.patch \
28 file://bash-memleak-bug-fix-for-builtin-command-read.patch \
28 " 29 "
29 30
30SRC_URI[tarball.md5sum] = "148888a7c95ac23705559b6f477dfe25" 31SRC_URI[tarball.md5sum] = "148888a7c95ac23705559b6f477dfe25"