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

tarantool / tarantool / 18413
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: gh-12909-convert-box-py-args-test-to-luatest
DEFAULT BRANCH: master
Ran 22 Aug 2019 11:51PM UTC
Jobs 1
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

pending completion
18413

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

Jobs
ID Job ID Ran Files Coverage
4 18413.4 (TARGET=coverage) 22 Aug 2019 11:51PM UTC 0
82.42
Travis Job 18413.4
Source Files on build 18413
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #18413
  • 956323ba on github
  • Prev Build on 1.10 (#18384)
  • Next Build on 1.10 (#18463)
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