]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-rpmte-segv.patch
- compress debuginfo sections with zlib (reduce /usr/lib/debug size).
[packages/rpm.git] / rpm-rpmte-segv.patch
1 Index: lib/depends.c
2 ===================================================================
3 RCS file: /v/rpm/cvs/rpm/lib/depends.c,v
4 retrieving revision 1.327.2.9
5 retrieving revision 1.327.2.8
6 diff -w -u -r1.327.2.9 -r1.327.2.8
7 --- lib/depends.c       6 Jun 2008 14:50:46 -0000       1.327.2.9
8 +++ lib/depends.c       5 Jun 2008 13:44:41 -0000       1.327.2.8
9 @@ -1813,7 +1813,7 @@
10             continue;
11         /*@=abstractcompare@*/
12  
13 -       requires = rpmteDS((rpmteType(p) == TR_REMOVED ? q : p), tsi->tsi_tagn);
14 +       requires = rpmteDS(p, tsi->tsi_tagn);
15         if (requires == NULL) continue;         /* XXX can't happen */
16  
17         (void) rpmdsSetIx(requires, tsi->tsi_reqx);
This page took 0.03378 seconds and 3 git commands to generate.