Github user jacksontj commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/653#discussion_r68080987 --- Diff: proxy/http/HttpTransact.h --- @@ -1121,7 +1121,7 @@ class HttpTransact via_string[MAX_VIA_INDICES] = '\0'; memset(user_args, 0, sizeof(user_args)); - memset(&host_db_info, 0, sizeof(host_db_info)); + memset((void *)&host_db_info, 0, sizeof(host_db_info)); --- End diff -- If we want to consolidate to ink_zero I think we should put that in a separate ticket-- I can't replace every instance I run into in this PR-- the change set is already getting pretty big ;)
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---