openpkg/rpm.patch

changeset 431
127559aa0c5e
parent 428
f880f219c566
child 435
24700f8ed057
equal deleted inserted replaced
0:52dd57b1246d 1:7f361810fc26
118 lua_pushstring(L, (const char *)h); 118 lua_pushstring(L, (const char *)h);
119 return 1; 119 return 1;
120 Index: lib/rpmfc.c 120 Index: lib/rpmfc.c
121 --- lib/rpmfc.c 6 Apr 2009 00:21:21 -0000 1.64 121 --- lib/rpmfc.c 6 Apr 2009 00:21:21 -0000 1.64
122 +++ lib/rpmfc.c 11 Apr 2009 14:17:58 -0000 1.65 122 +++ lib/rpmfc.c 11 Apr 2009 14:17:58 -0000 1.65
123 @@ -1836,7 +1836,7 @@ 123 @@ -1834,7 +1834,7 @@
124 /*@=mustmod@*/ 124 /*@=mustmod@*/
125 125
126 /*@unchecked@*/ /*@only@*/ /*@null@*/ 126 /*@unchecked@*/ /*@only@*/ /*@null@*/
127 -rpmioPool _rpmfcPool; 127 -rpmioPool _rpmfcPool;
128 +rpmioPool _rpmfcPool = NULL; 128 +rpmioPool _rpmfcPool = NULL;
130 static rpmfc rpmfcGetPool(/*@null@*/ rpmioPool pool) 130 static rpmfc rpmfcGetPool(/*@null@*/ rpmioPool pool)
131 /*@globals _rpmfcPool, fileSystem, internalState @*/ 131 /*@globals _rpmfcPool, fileSystem, internalState @*/
132 Index: rpmio/rpmmg.c 132 Index: rpmio/rpmmg.c
133 --- rpmio/rpmmg.c 25 Mar 2009 20:26:47 -0000 2.10 133 --- rpmio/rpmmg.c 25 Mar 2009 20:26:47 -0000 2.10
134 +++ rpmio/rpmmg.c 11 Apr 2009 14:17:58 -0000 2.11 134 +++ rpmio/rpmmg.c 11 Apr 2009 14:17:58 -0000 2.11
135 @@ -37,7 +37,7 @@ 135 @@ -36,7 +36,7 @@
136 /*@=mustmod@*/ 136 /*@=mustmod@*/
137 137
138 /*@unchecked@*/ /*@only@*/ /*@null@*/ 138 /*@unchecked@*/ /*@only@*/ /*@null@*/
139 -rpmioPool _rpmmgPool; 139 -rpmioPool _rpmmgPool;
140 +rpmioPool _rpmmgPool = NULL; 140 +rpmioPool _rpmmgPool = NULL;

mercurial