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

multipath-tcp / mptcpd / 12993653634 / 1
67%
main: 67%

Build:
DEFAULT BRANCH: main
Ran 27 Jan 2025 04:33PM UTC
Files 17
Run time 1s
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

27 Jan 2025 04:32PM UTC coverage: 64.075%. Remained the same
12993653634.1

push

github

web-flow
mptcpize: do not override existing LD_PRELOAD value (#315)

If any.

Before, previously set LD_PRELOAD were overridden. According to
'man ld.so', there can be more than one library to load before other
objects as this env var accepts a list separated by spaces or colons:

  A list of additional, user-specified, ELF shared objects to be loaded
  before all others.  This feature can be used to selectively override
  functions in other shared objects.

  The items of the list can be separated by spaces or colons, and there
  is no support for escaping either separator.

So let's do that: if a previous LD_PRELOAD is detected, it will no
longer be dropped, but used with the MPTCP Wrap library added at the
end, e.g.

  LD_PRELOAD=dummy.so:libmptcpwrap.so.0.0.1

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>

1409 of 2199 relevant lines covered (64.07%)

5.56 hits per line

Source Files on job 12993653634.1
  • Tree
  • List 17
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 12993653634
  • d16f0c97 on github
  • Prev Job for on main (#12993615755.1)
  • Next Job for on main (#12993806688.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