Wireshark-bugs: [Wireshark-bugs] [Bug 9027] Another fuzz failure in print_hex_data_buffer
Date: Sun, 11 Aug 2013 13:12:35 +0000

changed bug 9027

What Removed Added
CC   darkjames-ws@darkjames.pl

Comment # 3 on bug 9027 from
(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.