Shun87 / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

Fix for crash in date parsing #128

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As mentioned in issue 115, NSDate+ISO8601Parsing_M.template needs to be 
modified to avoid a crash: at line 206, write

if(!isValidDate || (strict && isspace(*ch))) {

Original issue reported on code.google.com by stephane...@gmail.com on 21 Feb 2011 at 4:27

GoogleCodeExporter commented 8 years ago
Issue already fixed with
http://code.google.com/p/wsdl2objc/issues/detail?id=115

Original comment by pmilosev on 4 Oct 2011 at 12:15

GoogleCodeExporter commented 8 years ago

Original comment by pmilosev on 4 Oct 2011 at 12:16