JosiahWI commented on code in PR #10716: URL: https://github.com/apache/trafficserver/pull/10716#discussion_r1379536986
########## src/iocore/dns/SplitDNS.cc: ########## @@ -236,8 +236,8 @@ SplitDNS::findServer(RequestData *rdata, SplitDNSResult *result) return; } - int len = strlen(pHost); - int n = std::min(static_cast<size_t>(m_numEle), m_pxLeafArray->size()); + int len = strlen(pHost); + uint32_t n = std::min(static_cast<size_t>(m_numEle), m_pxLeafArray->size()); for (int i = 0; i < n; i++) { Review Comment: This is the one causing CI to fail. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org