Re: [Clamav-devel] help needed on messageDedup routine

2005-11-11 Thread Nigel Horne
Brian Bebeau wrote: Could someone please explain how the messageDedup() routine in libclamav/message.c is supposed to work? It doesn't seem to actually be de-allocating anything. It's spinning in the second for() loop. Since t2 is defined as t1->t_next, how will the strcmp() of d1 and d2 ever b

[Clamav-devel] help needed on messageDedup routine

2005-11-11 Thread Brian Bebeau
Could someone please explain how the messageDedup() routine in libclamav/message.c is supposed to work? It doesn't seem to actually be de-allocating anything. It's spinning in the second for() loop. Since t2 is defined as t1->t_next, how will the strcmp() of d1 and d2 ever be 0? I'm added some e