Re: [gtk-gnutella-devel] novel crash in 'real_sort_list()' (r15114, GTK1, Darwin ?/Leopard 10.5.2)

2008-03-02 Thread Christian Biere
Matthew Lye wrote: > I hadn't seen this before. I think that I'm looking at a failure to > check a malloc'd pointer for NULL; am I correct? NULL? Yes. malloc? No. > The circumstance was, that I had selected many contiguous 'incomplete' > download entries, and then re-sorted the list by clic

[gtk-gnutella-devel] novel crash in 'real_sort_list()' (r15114, GTK1, Darwin ?/Leopard 10.5.2)

2008-03-02 Thread Matthew Lye
I hadn't seen this before. I think that I'm looking at a failure to check a malloc'd pointer for NULL; am I correct? The circumstance was, that I had selected many contiguous 'incomplete' download entries, and then re-sorted the list by clicking on the top of the 'progress' column. > Progr