Wireshark-bugs: [Wireshark-bugs] [Bug 11873] in Import from Hex Dump, an attempt to enter the ti

Date: Fri, 11 Dec 2015 14:24:38 +0000

changed bug 11873


What Removed Added
CC   [email protected]

Comment # 2 on bug 11873 from
As explained in https://msdn.microsoft.com/en-us/library/fe06s4ak.aspx, MSVC is
checking the validity of the formatting string, and triggering an assert in
case it is invalid.
As we try to call strftime() each time a character is typed, we should either
validate the formatting string ourselves before calling strftime(), or
deactivate the default exception handler around strftime() call using
_set_invalid_parameter_handler().


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