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

libevent / libevent / 460
81%

Build:
DEFAULT BRANCH: master
Ran 29 Mar 2018 10:50PM UTC
Jobs 2
Files 99
Run time 32s
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
460

push

travis-ci

azat
Avoid possible SEGVs in select() (in unit tests)

Per the POSIX definition of select():

http://pubs.opengroup.org/onlinepubs/009696699/functions/pselect.html

"Upon successful completion, the select() function may modify the object
pointed to by the timout argument."

If "struct timeval" pointer is a "static const", it could potentially
be allocated in a RO text segment.  The kernel would then try to copy
back the modified value (with the time remaining) into a read-only
address and SEGV.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Closes: #614

10943 of 13567 relevant lines covered (80.66%)

824101.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 460.1 (EVENT_BUILD_METHOD=cmake EVENT_CMAKE_OPTIONS="-DEVENT__COVERAGE=ON -DCMAKE_BUILD_TYPE=debug" COVERALLS=yes) 29 Mar 2018 10:50PM UTC 0
80.66
Travis Job 460.1
2 460.2 (EVENT_BUILD_METHOD=cmake EVENT_CMAKE_OPTIONS="-DEVENT__COVERAGE=ON -DCMAKE_BUILD_TYPE=debug" COVERALLS=yes) 29 Mar 2018 10:51PM UTC 0
0.0
Travis Job 460.2
Source Files on build 460
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #460
  • 33baa4e5 on github
  • Prev Build on master (#457)
  • Next Build on master (#463)
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