]> git.pld-linux.org Git - packages/rpm.git/commitdiff
5.4.12-copy-Value-string.patch applied upstream
authorElan Ruusamäe <glen@delfi.ee>
Wed, 16 Mar 2016 15:35:14 +0000 (17:35 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 16 Mar 2016 15:35:14 +0000 (17:35 +0200)
rpm-5.4.12-copy-Value-string.patch [deleted file]
rpm.spec

diff --git a/rpm-5.4.12-copy-Value-string.patch b/rpm-5.4.12-copy-Value-string.patch
deleted file mode 100644 (file)
index fb2af38..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- rpm-5.4.12/build/expression.c.strdup~      2013-07-31 18:10:52.556444318 +0200
-+++ rpm-5.4.12/build/expression.c      2013-07-31 18:10:30.794081121 +0200
-@@ -63,7 +63,7 @@ static Value valueMakeString(/*@only@*/
-     v = (Value) xmalloc(sizeof(*v));
-     v->type = VALUE_TYPE_STRING;
--    v->data.s = s;
-+    v->data.s = xstrdup(s);
-     return v;
- }
index 04181959ca94950f85ed5adc35b95c52960f86d2..044ca930c8f42b9b97d4cbc937d024a297b90fa3 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -283,8 +283,6 @@ Patch1040:  %{name}-5.4.9-support-signatures-and-digest-disablers.patch
 Patch1041:     %{name}-5.4.9-disable-l10ndir.patch
 # status: ready for merge
 Patch1042:     %{name}-5.4.9-fix-rpm_qa-pattern.patch
-# warning: introduces memory leak
-Patch1043:     %{name}-5.4.12-copy-Value-string.patch
 Patch1044:     %{name}-5.4.12-fix-rpmlua-print.patch
 Patch1045:     %{name}-5.4.12-fix-rpmpython-module-import-init.patch
 Patch1046:     %{name}-5.4.12-truncate-output-buffer-after-use.patch
@@ -1000,14 +998,14 @@ cd -
 %patch1033 -p1
 
 %patch1035 -p1
-%patch1037 -p1
+#%patch1037 -p1 REDIFF
 %patch1038 -p1
 %patch1039 -p1
 %patch1040 -p1
-# don't delete, may be usefull if jbj descides to enable this again
+# don't delete, may be useful if jbj decides to enable this again
 #%patch1041 -p1
 %patch1042 -p1
-%patch1043 -p1
+
 %patch1044 -p1
 %patch1045 -p1
 %patch1046 -p1
This page took 8.033086 seconds and 4 git commands to generate.