[mod_extforward] attempt to quiet Coverity warning

This commit is contained in:
Glenn Strauss 2020-08-02 08:46:39 -04:00
parent 4a1960958a
commit 7bc7082d32
1 changed files with 2 additions and 0 deletions

View File

@ -1421,6 +1421,7 @@ static int mod_extforward_str_to_port (const char * const s)
return -1;
}
/* coverity[-tainted_data_sink: arg-1] */
static int mod_extforward_hap_PROXY_v1 (connection * const con,
union hap_PROXY_hdr * const hdr)
{
@ -1491,6 +1492,7 @@ static int mod_extforward_hap_PROXY_v1 (connection * const con,
}
/* coverity[-tainted_data_sink: arg-1] */
static int mod_extforward_hap_PROXY_v2 (connection * const con,
union hap_PROXY_hdr * const hdr)
{