acxz / pkgbuilds

PKGBUILDs for Arch Linux
25 stars 44 forks source link

[darknet-alexeyab-git] error=format-security #192

Closed acxz closed 2 years ago

acxz commented 2 years ago
/build/darknet-alexeyab-git/src/darknet/src/detector.c: In function 'print_cocos':
/build/darknet-alexeyab-git/src/darknet/src/detector.c:495:29: error: format not a string literal and no format arguments [-Werror=format-security]
  495 |                 fprintf(fp, buff);
      |                             ^~~~
compilation terminated due to -Wfatal-errors.
acxz commented 2 years ago

upstream issue: https://github.com/AlexeyAB/darknet/issues/8524

acxz commented 2 years ago

patched with 8f4e4a7

acxz commented 2 years ago

resolved