[Wireshark-bugs] [Bug 11123] Buildbot crash output: fuzz-2015-04-15-23757.pcap

2015-04-17 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11123

--- Comment #6 from Evan Huus eapa...@gmail.com ---
*** Bug 11127 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list wireshark-bugs@wireshark.org
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 11123] Buildbot crash output: fuzz-2015-04-15-23757.pcap

2015-04-16 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11123

--- Comment #1 from Guy Harris g...@alum.mit.edu ---
Line 4869 is

  g_hash_table_insert(giop_info-optypes,
GUINT_TO_POINTER(header.req_id), GUINT_TO_POINTER((guint)header.message_type));

and it's probably either header.req_id or header.message_type that's not
initialized.

This is probably a bug introduced by I10ca51f745710dca3b57a03cc89126f7b1dc06b4,
which adds support for reassembly of GIOP fragments.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list wireshark-bugs@wireshark.org
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 11123] Buildbot crash output: fuzz-2015-04-15-23757.pcap

2015-04-16 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11123

--- Comment #4 from Gerrit Code Review gerrit-do-not-re...@wireshark.org ---
Change 8088 had a related patch set uploaded by Evan Huus:
giop: replace glib with wmem

https://code.wireshark.org/review/8088

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list wireshark-bugs@wireshark.org
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 11123] Buildbot crash output: fuzz-2015-04-15-23757.pcap

2015-04-16 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11123

Evan Huus eapa...@gmail.com changed:

   What|Removed |Added

 CC||eapa...@gmail.com

--- Comment #2 from Evan Huus eapa...@gmail.com ---
If you tell valgrind to track origins you also get:

==19867==  Uninitialised value was created by a stack allocation
==19867==at 0x6EF6B40: dissect_giop_common (packet-giop.c:4698)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list wireshark-bugs@wireshark.org
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 11123] Buildbot crash output: fuzz-2015-04-15-23757.pcap

2015-04-16 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11123

--- Comment #3 from Gerrit Code Review gerrit-do-not-re...@wireshark.org ---
Change 8087 had a related patch set uploaded by Evan Huus:
giop: fix uninitialized use of request id

https://code.wireshark.org/review/8087

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list wireshark-bugs@wireshark.org
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 11123] Buildbot crash output: fuzz-2015-04-15-23757.pcap

2015-04-16 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11123

Guy Harris g...@alum.mit.edu changed:

   What|Removed |Added

   Hardware|x86-64  |All
 OS|Ubuntu  |All

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list wireshark-bugs@wireshark.org
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 11123] Buildbot crash output: fuzz-2015-04-15-23757.pcap

2015-04-16 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11123

Gerrit Code Review gerrit-do-not-re...@wireshark.org changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list wireshark-bugs@wireshark.org
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 11123] Buildbot crash output: fuzz-2015-04-15-23757.pcap

2015-04-16 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11123

--- Comment #5 from Gerrit Code Review gerrit-do-not-re...@wireshark.org ---
Change 8087 merged by Evan Huus:
giop: fix uninitialized use of request id

https://code.wireshark.org/review/8087

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list wireshark-bugs@wireshark.org
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe