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

Gallopsled / pwntools / 2963
74%

Build:
DEFAULT BRANCH: dev
Ran 12 Dec 2017 12:13AM UTC
Jobs 1
Files 131
Run time 6s
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
2963

push

travis-ci

web-flow
Fix emulation of fault_addr (#1066)

As @bennofs noticed, our detection logic was incorrect:

"This is not a good test if I understand the issue correctly.

From my tests, it seems that fault_addr was only null before this patch if it
would've been >= 2**47.

This is because on 64 bit, that's where kernel memory is mapped so we get
"protection fault" instead of "segfault".

A protection fault does not have the same siginfo as a normal segfault:
si_code will be SI_KERNEL = 0x80 and there won't be a fault_addr

(see http://elixir.free-electrons.com/linux/v4.14-rc8/source/kernel/signal.c#L1052)"

2282 of 5267 branches covered (43.33%)

12 of 12 new or added lines in 1 file covered. (100.0%)

7949 of 13683 relevant lines covered (58.09%)

0.58 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
100.0
pwnlib/elf/corefile.py

Uncovered Existing Lines

Lines Coverage ∆ File
3
100.0
pwnlib/tubes/tube.py
Jobs
ID Job ID Ran Files Coverage
1 2963.1 12 Dec 2017 12:13AM UTC 0
58.09
Travis Job 2963.1
Source Files on build 2963
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2963
  • 6a61617c on github
  • Prev Build on dev (#2960)
  • Next Build on dev (#2964)
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