• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dbus-fuzzer / dfuzzer / 8923318424 / 1
82%
master: 82%

Build:
DEFAULT BRANCH: master
Ran 02 May 2024 11:58AM UTC
Files 13
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 May 2024 11:50AM UTC coverage: 82.128%. Remained the same
8923318424.1

push

github

evverx
Fix build with -Werror=calloc-transposed-args

calloc() expects the number of elements as the first argument, and the
size of each element as the second one. Recent-enough gcc/clang started
warning about this, so let's fix the order of the arugments to avoid
build errors with -Werror.

[9/30] Compiling C object dfuzzer.p/src_suppression.c.o
../src/suppression.c: In function ‘df_suppression_load’:
../src/suppression.c:123:37: warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
  123 |                 item = calloc(sizeof(*item), 1);
      |                                     ^
../src/suppression.c:123:37: note: earlier argument should specify number of elements, later size of each element

Resolves #143

784 of 1046 branches covered (74.95%)

Branch coverage included in aggregate %.

1362 of 1567 relevant lines covered (86.92%)

1275996.46 hits per line

Source Files on job 8923318424.1
  • Tree
  • List 0
  • Changed 5
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 8923318424
  • ade83efc on github
  • Prev Job for on master (#8909165269.1)
  • Next Job for on master (#9355693719.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc