mmann@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44380
User: mmann
Date: 2012/08/09 06:59 AM
Log:
Make emem_tree_*32_array functions non-destructive.
With this change Valgrind issues many, many warnings as Wireshark starts:
==10126== Conditional jump or move depends on uninitialised value(s)
==10126== at 0x6071DEF: emem_tree_insert32_array (emem.c:1887)
==10126== by 0x607874E: guids_add_guid (guid-utils.c:117)
==10126== by 0x62638CE: dcerpc_init_uuid (packet-dcerpc.c:830)
==10126== by 0x69E3061: register_all_protocol_handoffs (register.c:1360)
==10126== by 0x6085CA2: proto_init (proto.c:401)
==10126== by 0x6073565: epan_init (epan.c:113)
==10126== by 0x418AE5: main (tshark.c:963)
==10126==
==10126== More than 100 errors detected. Subsequent errors
==10126== will still be recorded, but in less detail than before.