]> granicus.if.org Git - apache/commit
Fix format string warnings in proxy_ajp on 64-bit platforms:
authorJoe Orton <jorton@apache.org>
Sat, 11 Sep 2004 09:57:12 +0000 (09:57 +0000)
committerJoe Orton <jorton@apache.org>
Sat, 11 Sep 2004 09:57:12 +0000 (09:57 +0000)
commite75696f56ef101d61a9f172b6382a0aff9179664
treee7dd82ade82c68c6772fe64ff5685b7ad1c436ab
parentdd00fb7d89367ce3159c0255196c1a941e7c2128
Fix format string warnings in proxy_ajp on 64-bit platforms:

* modules/proxy/ajp_header.c (ajp_send_data_msg): Use
APR_SIZE_T_FMT.

* modules/proxy/ajp_link.c (ajp_ilink_receive): Don't pass
\n to ap_log_error; do use APR_SIZE_T_FMT.

* modules/proxy/ajp_msg.c (ajp_msg_dump, ajp_msg_check_header,
ajp_msg_copy): Use APR_SIZE_T_FMT.
(ajp_log_overflow): New function.
(ajp_msg_{append,peek,get}_*): Use it.

* modules/proxy/proxy_ajp.c (ap_proxy_ajp_request): Use
APR_SIZE_T_FMT.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105071 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/ajp_header.c
modules/proxy/ajp_link.c
modules/proxy/ajp_msg.c
modules/proxy/proxy_ajp.c