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

boostorg / unordered / 150
0%

Build:
DEFAULT BRANCH: develop
Ran 04 Jun 2017 10:48AM UTC
Jobs 5
Files 8
Run time 10min
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
150

push

travis-ci

danieljames
Stop dereferencing pointers to uninitialized memory

It's undefined behaviour. Still happens for piecewise construction
emultation for std::pair, I don't think there's anyway to avoid it.
I had considered using offsetof to get a pointer to a member, but that's
also undefined behaviour when a pair member doesn't have standard
layout. Piecewise construction emulation has other problems anyway.

So, this mostly fixes PR #5.

I also stopped using addressof in self-asssignment checks as operator&
is fine.

2467 of 2478 relevant lines covered (99.56%)

11790675.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 150.1 (label="gcc C++03"; user_config="using gcc : : g++-4.8 --coverage -fsanitize=address -Werror --std=c++03 ;" enable_coverage=1 ) 04 Jun 2017 10:48AM UTC 0
99.64
Travis Job 150.1
2 150.2 (label="gcc C++11"; user_config="using gcc : : g++-4.8 --coverage -fsanitize=address -Werror --std=c++11 ;" enable_coverage=1 ) 04 Jun 2017 10:50AM UTC 0
99.56
Travis Job 150.2
3 150.3 (label="gcc 32 bit C++11"; user_config="using gcc : : g++-4.8 -m32 -fsanitize=address -Werror --std=c++11 ;" ) 04 Jun 2017 10:52AM UTC 0
0.0
Travis Job 150.3
4 150.4 (label="clang C++11"; user_config="using clang : : clang++ -fsanitize=address -Werror --std=c++11 ;" ) 04 Jun 2017 10:59AM UTC 0
0.0
Travis Job 150.4
5 150.5 (label="clang 32 bit"; user_config="using clang : : clang++ -m32 -Werror --std=c++03 ;" ) 04 Jun 2017 10:56AM UTC 0
0.0
Travis Job 150.5
Source Files on build 150
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #150
  • 5190a5d7 on github
  • Prev Build on develop (#148)
  • Next Build on develop (#152)
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