Fix silent crash when libxml produced error. See RSXML commit #401f470ab00ab656843162e002e111331b001824
This commit is contained in:
@@ -229,6 +229,7 @@ static BOOL _nextUpdateIsForced = NO;
|
||||
}
|
||||
if (!error) { // metaBlock may set error
|
||||
RSFeedParser *parser = [RSFeedParser parserWithXMLData:xml];
|
||||
parser.dontStopOnLowerAsciiBytes = YES;
|
||||
result = [parser parseSync:&error];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user