Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Wireshark crashes on tvb_get_const_stringz()

From: Kaul <mykaul@xxxxxxxxx>
Date: Tue, 20 Mar 2012 15:04:23 +0200
I might have used tvb_get_const_stringz() incorrectly, yet I don't think Wireshark should crash:
Program received signal SIGSEGV, Segmentation fault.
tvb_get_const_stringz (tvb=0x1c01b60, offset=10, lengthp=0x9) at tvbuff.c:2548
2548 *lengthp = size;


I'm not entirely sure why it crashes yet or why I am using it incorrectly. I'll look into it.
Using r41685.
Thanks,
Y.