summaryrefslogtreecommitdiff
path: root/app-shells/bash/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-16 18:48:52 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-16 18:48:52 +0000
commitf265f17242b04ae036b4dc174fa95401d895dbc5 (patch)
tree8daa848087a673b8bf5dad576b0a08048d551da7 /app-shells/bash/files
parentd08ea43e9ada434f42f4be8e115b67ab22ce38af (diff)
gentoo auto-resync : 16:03:2024 - 18:48:51
Diffstat (limited to 'app-shells/bash/files')
-rw-r--r--app-shells/bash/files/bash-5.2_p21-memory-leak.patch18
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;
- }
-
-
-