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

tarantool / tarantool / 18413 / 4
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: read-view-handle
DEFAULT BRANCH: master
Ran 22 Aug 2019 11:51PM UTC
Files 306
Run time 1min
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

22 Aug 2019 01:14PM UTC coverage: 82.422% (-0.09%) from 82.513%
TARGET=coverage

push

travis-ci

kyukhin
systemd: replace sendmsg with sendto shortcut

There is a problem with calculating .msg_namelen field
of msghdr struct. Instead of

    .msg_name   = &sa,
    .msg_namelen = sizeof(sa.sun_family) + strlen(sd_unix_path),

it must set as

    .msg_namelen = sizeof(sa) // larger value than current invalid one

It works on linux but when I tried to enable this feature for macOS
it didn't (maybe because of different order of fields in the struct).

Instead of fixing calculation, I've replaced original sendmsg call
with sendto, because it's a convenient shortcut which
simplifies code and can prevent such mistakes.

Required for #4436

(cherry picked from commit 89aae30c8)

41587 of 50456 relevant lines covered (82.42%)

837660.38 hits per line

Source Files on job 18413.4 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 275
  • Source Changed 0
  • Coverage Changed 275
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14907
  • Travis Job 18413.4
  • 956323ba on github
  • Prev Job for TARGET=coverage on 1.10 (#18384.4)
  • Next Job for TARGET=coverage on 1.10 (#18463.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc