https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7621
Evan Huus <eapache@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eapache@xxxxxxxxx
--- Comment #1 from Evan Huus <eapache@xxxxxxxxx> 2012-08-12 14:20:55 PDT ---
Valgrind shows lots of uninitialised values coming from the following
allocation:
==4552== Uninitialised value was created by a heap allocation
==4552== at 0x4C2B6CD: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4552== by 0x8ED18F0: g_malloc (gmem.c:159)
==4552== by 0x621FA95: emem_alloc_glib (emem.c:838)
==4552== by 0x621FECD: emem_alloc (emem.c:853)
==4552== by 0x635D5F2: dissect_btl2cap (packet-btl2cap.c:1053)
==4552== by 0x622BE5F: call_dissector_through_handle (packet.c:419)
==4552== by 0x622C5CC: call_dissector_work (packet.c:510)
==4552== by 0x622E210: call_dissector (packet.c:1996)
==4552== by 0x6352D6E: dissect_btacl (packet-bthci_acl.c:160)
==4552== by 0x622BE5F: call_dissector_through_handle (packet.c:419)
==4552== by 0x622C5CC: call_dissector_work (packet.c:510)
==4552== by 0x622CD3A: dissector_try_uint_new (packet.c:935)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.