17 Aug
2005
17 Aug
'05
1:36 p.m.
Matthias Ruttmann <ruttmann@bartels.de> wrote:
Solution: after memset: if queue_tail < queue_head (very likely) then move memory range from [0, queue_tail] up to memory range [oldqueuesize, oldqueuesize + queue_tail] don't forget to adjust queue_tail to the new end.
Can you test the "release_1_0" branch from CVS? I've committed a fix which should solve this. If it works, we can go ahead with 1.0.5. Alan DeKok.