include $(MAKEFILEPATH)/pb_makefiles/platform.make
-MVERS = "mDNSResponder-522.90.2"
+MVERS = "mDNSResponder-522.92.1"
DDNSWRITECONFIG = "$(DSTROOT)/Library/Application Support/Bonjour/ddnswriteconfig"
VER =
}
CFStringRef cfServiceName = CFStringCreateWithCString(NULL, serviceName, kCFStringEncodingUTF8);
+ if (cfServiceName == NULL)
+ {
+ static int msg_count = 0;
+ if (msg_count < 1000)
+ {
+ asl_log(NULL, NULL, ASL_LEVEL_INFO, "%s:%s Can not create CFString for serviceName %s", sPluginIdentifier, __FUNCTION__, serviceName);
+ msg_count++;
+ }
+ return;
+ }
if (flags & kDNSServiceFlagsAdd)
{