generic-poky/meta/recipes-extended/bash/bash
Zhang Xiao 08f8bf817b 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)

(From OE-Core rev: 571e53024b4f924e50cf6a478ccc8d6f097816bb)

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>
fixup for 4.3
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-09-11 22:15:59 +01:00
..
0001-help-fix-printf-format-security-warning.patch bash: add patch to build w/ -Wformat-security 2016-08-01 11:47:11 +01:00
CVE-2016-9401.patch bash: fix CVE-2016-9401 2017-02-15 20:06:44 -08:00
bash-memleak-bug-fix-for-builtin-command-read.patch bash: memleak bug fix for builtin command read 2017-09-11 22:15:59 +01:00
build-tests.patch bash: update build-tests.patch 2014-03-05 15:50:21 +00:00
execute_cmd.patch
fix-run-builtins.patch bash: fixed ptest run-builtins failed 2016-04-29 07:58:43 +01:00
fix-run-coproc-run-heredoc-run-execscript-run-test-f.patch bash: fix testcase run-coproc/run-execscript/run-test/run-heredoc failed 2015-12-12 23:42:53 +00:00
fix-run-intl.patch bash: fix run-intl ptest failed 2016-08-23 17:44:38 +01:00
mkbuiltins_have_stringize.patch
run-ptest bash: fix run-intl ptest failed 2016-08-23 17:44:38 +01:00
test-output.patch