maskit opened a new issue, #10222:
URL: https://github.com/apache/trafficserver/issues/10222

   ```
   150    if (unlikely(api_info->tsremap_version < TSREMAP_VERSION)) {
        
   CID 1508993 (#2 of 2): Invalid type in argument to printf format specifier 
(PRINTF_ARGS)
   invalid_type: Argument api_info->tsremap_version >> 16 to format specifier 
%d was expected to have type int but has type unsigned long. [[show 
details](https://scan6.scan.coverity.com/eventId=34625644-0&modelId=34625644-0&fileInstanceId=162997152&filePath=%2Fexample%2Fplugins%2Fc-api%2Fremap%2Fremap.cc&fileStart=120&fileEnd=131)]
   151      return store_my_error_message(TS_ERROR, errbuf, errbuf_size, 
"Incorrect API version %d.%d", (api_info->tsremap_version >> 16),
                CID 1508993 (#1 of 2): Invalid type in argument to printf 
format specifier (PRINTF_ARGS) [[select 
issue](https://scan6.scan.coverity.com/defectInstanceId=34625542&fileInstanceId=157340154&mergedDefectId=1508993)]
   152                                    (api_info->tsremap_version & 0xffff));
   153    }
   ```


-- 
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