linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #02755
[Bug 678236] Re: Exception on invalid timestamp format
I'm guessing this is for timestamps (strftime) so boost::format won't
work...
geez, that's a thoroughly stupid way of handling an invalid time string
- crashing the application...I vote for bigmuscles solution =) specially
since it will do the right thing if the format string is bad - set errno
and return 0.
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/678236
Title:
Exception on invalid timestamp format
Status in DC++:
Confirmed
Bug description:
DC++ rev 2296 (and newer) crash on invalid timestamp format, i.e. put %D in the timestamp format and it instantly crashes
References