Fixed coverity issues in src/acl_kernel_if.cpp by haoxian2 · Pull Request #220 · intel/fpga-runtime-for-opencl (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Conversation

@haoxian2

pcolberg

pcolberg

@haoxian2

…ment to printf format specifier (PRINTF_ARGS)

  1. Used std::optional::value() and some pointer dereferencing to obtain the value of the argument to printf.
  2. Used %zu instead of %d to print out unsigned long types (size_t mostly)

pcolberg

@haoxian2 haoxian2 deleted the coverity-acl-kernel-if branch

December 8, 2022 20:14

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

Labels

bug

Something isn't working