Wireshark-bugs: [Wireshark-bugs] [Bug 12335] wmem_core.c:50:wmem_alloc: assertion failed: (alloc

Date: Tue, 12 Apr 2016 23:18:48 +0000

Comment # 2 on bug 12335 from
The *underlying* problem is that ensure_contiguous_no_exception(), called from
ensure_contiguous(), returned a null pointer, so ensure_contiguous() threw an
exception using a macro that only works if the "packet" scope for wmem is
available.


You are receiving this mail because:
  • You are watching all bug changes.