Comment # 4
on bug 10868
from Bill Meier
The crash was (indirectly) due to an invalid memory reference in the smpp
dissector when trying to dissect an invalid date/time field.
An actual crash related to an "invalid memory ref" occurs probably only on
Windows.
>From proto.c:
/* Note: A Windows "exceptional exception" may leave the kazlib's (Portable
Exception Handling)
stack in an inconsistent state thus causing a crash at some point in the
handling of the exception.
See: https://www.wireshark.org/lists/wireshark-dev/200704/msg00243.html
*/
You are receiving this mail because:
- You are watching all bug changes.