ChangbaDevs / KTVHTTPCache

A powerful media cache framework.
MIT License
2.35k stars 435 forks source link

KTVHCHTTPServer start nil error crash #92

Closed rhythmkay closed 5 years ago

rhythmkay commented 5 years ago

`- (void)start:(NSError __autoreleasing )error { self.coreHTTPServer = [[HTTPServer alloc] init]; [self.coreHTTPServer setConnectionClass:[KTVHCHTTPConnection class]]; [self.coreHTTPServer setType:@"_http._tcp."]; NSError * tempError = nil; [self.coreHTTPServer start:&tempError]; if (tempError) {

Line 77,应对传入的二级指针error做判空处理,以免出现向内存地址0写入数据而发生的EXC_BAD_ACCESS问题

libobjc commented 5 years ago

Fixed in 2.0.