Wireshark-bugs: [Wireshark-bugs] [Bug 11122] "Export packet dissections > As plain text" crashed

Date: Fri, 17 Apr 2015 08:31:17 +0000

Comment # 9 on bug 11122 from
(In reply to Guy Harris from comment #8)

>         printf("It's null\n");
> 
> is dereferencing a null pointer, but, on an LP64 or LLP64 platform with the
> page at address 0 mapped out (and with a null pointer having all its bits
> clear, which isn't a requirement of C or C++), it will crash trying to fetch
> a pointer at an address of 0x0000000000000008.

Thanks. :-)


You are receiving this mail because:
  • You are watching all bug changes.