Jakub Zawadzki
changed
bug 9027
Comment # 3
on bug 9027
from Jakub Zawadzki
(In reply to comment #2)
> I this is basically the same type bug as 8825? Valgrind is giving me the same
>
> However as with that one I can't make heads or tails of this. Something is
> rotten in the state of the TCP reassembly code, but I can't seem to pin it
> down.
I don't have a crash, nor I don't have valgrind, Evan can you check if after:
@@ -1183,7 +1183,7 @@ fragment_add_work(fragment_head *fd_head, tvbuff_t *tvb,
const int offset,
}
if (old_tvb_data)
- tvb_free(old_tvb_data);
+ tvb_add_to_chain(tvb, old_tvb_data);
use after free errors goes away?
You are receiving this mail because:
- You are watching all bug changes.