fix: potential overflow of pThread->label.
The max size of pServer->label plus i can be 18, which exceeds pThread->label, though we are not likely to have so much threads.
Showing
想要评论请 注册 或 登录
The max size of pServer->label plus i can be 18, which exceeds pThread->label, though we are not likely to have so much threads.