Evan Huus
changed
bug 8456
What |
Removed |
Added |
Status |
CONFIRMED
|
RESOLVED
|
Resolution |
---
|
FIXED
|
Comment # 8
on bug 8456
from Evan Huus
(In reply to comment #2)
> Fixed the null-pointer dereference crashes in r48224.
>
> Valgrind is still giving me at least the following errors though:
>
> ==7472== Use of uninitialised value of size 8
> ==7472== at 0x927A723: g_hash_table_lookup (ghash.c:372)
> ==7472== by 0x6C60F80: find_pol_handle (packet-dcerpc-nt.c:620)
> ==7472== by 0x6C61F20: dcerpc_fetch_polhnd_data (packet-dcerpc-nt.c:896)
> ==7472== by 0x6992D51: dissect_smb2 (packet-smb2.c:7000)
> ==7472== by 0x69936E6: dissect_smb2_heur (packet-smb2.c:7103)
> ==7472== by 0x6380B2F: dissector_try_heuristic (packet.c:1804)
> ==7472== by 0x68055A3: dissect_netbios_payload (packet-netbios.c:1056)
> ==7472== by 0x67D04AD: dissect_nbss_packet (packet-nbns.c:1623)
> ==7472== by 0x67D068A: dissect_nbss (packet-nbns.c:1827)
> ==7472== by 0x637ECC7: call_dissector_through_handle (packet.c:458)
> ==7472== by 0x637F4EC: call_dissector_work (packet.c:549)
> ==7472== by 0x637FD3F: dissector_try_uint_new (packet.c:966)
Fixed in r48236.
You are receiving this mail because:
- You are watching all bug changes.