@@ -1103,7 +1103,7 @@ int inject_hashed_response_body(modsec_rec *msr, int elts) {
1103
1103
memcpy (msr -> stream_output_data , xmlOutputBufferGetContent (output_buf ), msr -> stream_output_length );
1104
1104
1105
1105
if (msr -> txcfg -> debuglog_level >= 4 )
1106
- msr_log (msr , 4 , "inject_hashed_response_body: Copying XML tree from CONTENT to stream buffer [%d ] bytes." , xmlOutputBufferGetSize (output_buf ));
1106
+ msr_log (msr , 4 , "inject_hashed_response_body: Copying XML tree from CONTENT to stream buffer [%zu ] bytes." , xmlOutputBufferGetSize (output_buf ));
1107
1107
1108
1108
} else {
1109
1109
@@ -1132,7 +1132,7 @@ int inject_hashed_response_body(modsec_rec *msr, int elts) {
1132
1132
memcpy (msr -> stream_output_data , xmlOutputBufferGetContent (output_buf ), msr -> stream_output_length );
1133
1133
1134
1134
if (msr -> txcfg -> debuglog_level >= 4 )
1135
- msr_log (msr , 4 , "inject_hashed_response_body: Copying XML tree from CONV to stream buffer [%d ] bytes." , xmlOutputBufferGetSize (output_buf ));
1135
+ msr_log (msr , 4 , "inject_hashed_response_body: Copying XML tree from CONV to stream buffer [%zu ] bytes." , xmlOutputBufferGetSize (output_buf ));
1136
1136
1137
1137
}
1138
1138
@@ -1379,7 +1379,7 @@ char *do_hash_link(modsec_rec *msr, char *link, int type) {
1379
1379
relative_link = relative_uri + 1 ;
1380
1380
1381
1381
if (msr -> txcfg -> debuglog_level >= 4 ) {
1382
- msr_log (msr , 4 , "Signing data [%s] size %d " , relative_link , strlen (relative_link ));
1382
+ msr_log (msr , 4 , "Signing data [%s] size %zu " , relative_link , strlen (relative_link ));
1383
1383
}
1384
1384
1385
1385
if (msr -> txcfg -> crypto_key_add == HASH_KEYONLY )
0 commit comments