Bug ID |
9915
|
Summary |
GIOP dissector prints non-UTF-8 to Info column
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
1.11.x (Experimental)
|
Hardware |
x86
|
OS |
Mac OS X 10.9
|
Status |
UNCONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
Wireshark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
wireshark 1.11.3 (wireshark-1.11.3-rc1-2079-g4acdfe3-dirty from master)
Copyright 1998-2014 Gerald Combs <[email protected]> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with GTK+ 2.24.17, with Cairo 1.12.14, with Pango 1.30.1,
with
GLib 2.36.0, with libpcap, with libz 1.2.8, without POSIX capabilities, with
SMI
0.4.8, with c-ares 1.10.0, with Lua 5.2, without Python, with GnuTLS 2.12.19,
with Gcrypt 1.5.0, with MIT Kerberos, with GeoIP, with PortAudio V19-devel
(built Feb 24 2014 23:07:27), with AirPcap.
Running on Mac OS X 10.9.2, build 13C64 (Darwin 13.1.0), with locale
en_US.UTF-8, with libpcap version 1.5.3, with libz 1.2.8, GnuTLS 2.12.19,
Gcrypt
1.5.0, without AirPcap.
Intel(R) Core(TM) i7 CPU M 620 @ 2.67GHz
Built using clang 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.38).
--
When I open the file in bug 9883, and scroll down a ways, I get the following
in my console:
(wireshark:43761): Pango-WARNING **: Invalid UTF-8 string passed to
pango_layout_set_text()
I believe this is what's causing fuzzbot crash in bug 9883.
It happens because GIOP adds a raw string from the tvb to the INFO column
without calling format_text(). I'll submit a patch in a moment.
You are receiving this mail because:
- You are watching all bug changes.