diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-09 10:35:43 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:20 +0100 |
commit | 59964f00f4693640b0701d2dd98e63a9eed23a56 (patch) | |
tree | 43e0a79c8499d78565e35ddff472b186f0a8876e /app-shells | |
parent | app-emulation/libvirt: remove unused patches (diff) | |
download | gentoo-59964f00f4693640b0701d2dd98e63a9eed23a56.tar.gz gentoo-59964f00f4693640b0701d2dd98e63a9eed23a56.tar.bz2 gentoo-59964f00f4693640b0701d2dd98e63a9eed23a56.zip |
app-shells/bash: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/files/bash-5.2_p21-memory-leak.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-shells/bash/files/bash-5.2_p21-memory-leak.patch b/app-shells/bash/files/bash-5.2_p21-memory-leak.patch deleted file mode 100644 index 19c25e95ea7b..000000000000 --- a/app-shells/bash/files/bash-5.2_p21-memory-leak.patch +++ /dev/null @@ -1,18 +0,0 @@ -https://lists.gnu.org/archive/html/bug-bash/2024-01/msg00011.html -https://git.savannah.gnu.org/cgit/bash.git/diff/builtins/evalstring.c?h=devel&id=81f7b44564cd1510788035cea7c59631865a7db2&dt=1#n766 - -*** builtins/evalstring.c Tue Dec 13 12:53:21 2022 ---- builtins/evalstring.c Tue Nov 28 17:25:39 2023 -*************** -*** 763,766 **** ---- 773,779 ---- - if (fnp) - *fnp = fn; -+ else -+ free (fn); -+ - return fd; - } - - - |