Bug#591525: [PATCH] segfault in playtree.c

2010-08-06 Thread Reinhard Tartler
On Fri, Aug 06, 2010 at 15:01:15 (EDT), Reimar Döffinger wrote: > On Fri, Aug 06, 2010 at 01:22:12PM -0400, Reinhard Tartler wrote: >> I see. In this case, I propose this: >> >> Index: playtreeparser.c >> === >> --- playtreeparser.c

Bug#591525: [PATCH] segfault in playtree.c

2010-08-06 Thread Reimar Döffinger
On Fri, Aug 06, 2010 at 01:22:12PM -0400, Reinhard Tartler wrote: > I see. In this case, I propose this: > > Index: playtreeparser.c > === > --- playtreeparser.c (revision 31931) > +++ playtreeparser.c (working copy) > @@ -367,6 +36

Bug#591525: [PATCH] segfault in playtree.c

2010-08-06 Thread Reinhard Tartler
On Fri, Aug 06, 2010 at 11:49:59 (EDT), Reimar Döffinger wrote: > On Thu, Aug 05, 2010 at 08:48:59PM -0400, Reinhard Tartler wrote: >> On Thu, Aug 05, 2010 at 18:00:11 (EDT), Reimar Döffinger wrote: >> >> > On Thu, Aug 05, 2010 at 12:39:52AM -0400, Reinhard Tartler wrote: >> >> Hi Folks, >> >> >

Bug#591525: [PATCH] segfault in playtree.c

2010-08-06 Thread Reimar Döffinger
On Thu, Aug 05, 2010 at 08:48:59PM -0400, Reinhard Tartler wrote: > On Thu, Aug 05, 2010 at 18:00:11 (EDT), Reimar Döffinger wrote: > > > On Thu, Aug 05, 2010 at 12:39:52AM -0400, Reinhard Tartler wrote: > >> Hi Folks, > >> > >> This is a patch from Adrian Knoth to fix a > >> segfault on empty p

Bug#591525: [PATCH] segfault in playtree.c

2010-08-05 Thread Reinhard Tartler
On Thu, Aug 05, 2010 at 18:00:11 (EDT), Reimar Döffinger wrote: > On Thu, Aug 05, 2010 at 12:39:52AM -0400, Reinhard Tartler wrote: >> Hi Folks, >> >> This is a patch from Adrian Knoth to fix a >> segfault on empty playlists. >> >> This is Debian Bug: http://bugs.debian.org/591525 >> >> Index:

Bug#591525: [PATCH] segfault in playtree.c

2010-08-05 Thread Adrian Knoth
On Thu, Aug 05, 2010 at 11:46:48PM +0200, Reimar Döffinger wrote: > > This is Debian Bug: http://bugs.debian.org/591525 > > > > Index: playtree.c > > === > > --- playtree.c (revision 31912) > > +++ playtree.c (working copy)

Bug#591525: [PATCH] segfault in playtree.c

2010-08-05 Thread Reimar Döffinger
On Thu, Aug 05, 2010 at 12:39:52AM -0400, Reinhard Tartler wrote: > Hi Folks, > > This is a patch from Adrian Knoth to fix a > segfault on empty playlists. > > This is Debian Bug: http://bugs.debian.org/591525 > > Index: playtree.c > =

Bug#591525: [PATCH] segfault in playtree.c

2010-08-04 Thread Reinhard Tartler
Hi Folks, This is a patch from Adrian Knoth to fix a segfault on empty playlists. This is Debian Bug: http://bugs.debian.org/591525 Index: playtree.c === --- playtree.c (revision 31912) +++ playtree.c (working copy) @@ -223,6 +22