修护curl潜在bug

This commit is contained in:
2025-01-17 09:39:22 +08:00
parent cd01d1758a
commit 4fd5dbe873
3 changed files with 11 additions and 8 deletions

View File

@@ -223,7 +223,7 @@ func runMainProcess() { // 主进程逻辑
next:
IpMutex.Unlock() // 解锁互斥锁
log.Printf(" 当前Ip链表长度:%d, Ipset名:%s, 长:%d ProcessedIPMap当前长度:%d\n", IpList.Len(), IPSET_NAME, func() int { // 打印 当前 Ipset 链长度
log.Printf(" 当前Ip链表长度:%d, Ipset名:%s, 长:%d, ProcessedIPMap当前长度:%d\n", IpList.Len(), IPSET_NAME, func() int { // 打印 当前 Ipset 链长度
_len, _err := NumIPSet(IPSET_NAME)
if _err == nil {
return _len