bneradt commented on a change in pull request #8080:
URL: https://github.com/apache/trafficserver/pull/8080#discussion_r672441521



##########
File path: proxy/logging/LogAccess.cc
##########
@@ -1505,7 +1505,7 @@ LogAccess::validate_unmapped_url_path()
           // Attempt to find first '/' in the path
           if (m_client_req_unmapped_url_host_len > 0 &&
               (c = static_cast<char *>(
-                 memchr((void *)m_client_req_unmapped_url_host_str, '/', 
m_client_req_unmapped_url_path_len))) != nullptr) {
+                 memchr((void *)m_client_req_unmapped_url_host_str, '/', 
m_client_req_unmapped_url_host_len))) != nullptr) {

Review comment:
       Is there a catch test that can be added as a regression test for this?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to