Re: [Rpm-maint] Patch: fix segfault in spec file parser

2010-04-12 Thread FlorianFesti
Commited to HEAD Florian ___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint

[Rpm-maint] Patch: fix segfault in spec file parser

2010-04-09 Thread Michael Schroeder
readLineFromOFI may modify the fileStack, thus we have to re-set ofi after calling it --- build/parseSpec.c.orig 2010-02-15 11:49:29.0 + +++ build/parseSpec.c 2010-02-24 10:38:25.0 + @@ -283,6 +283,7 @@ int readLine(rpmSpec spec, int strip) retry: if