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

Gallopsled / pwntools / 4788 / 2
19%
dev: 19%

Build:
DEFAULT BRANCH: dev
Ran 15 Apr 2021 10:16AM UTC
Files 147
Run time 5min
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

15 Apr 2021 10:05AM UTC coverage: 67.727% (-3.5%) from 71.267%
4788.2

push

travis-ci

web-flow
mips: do not use $t0 temporary variable in dupio (#1776)

* mips: do not use $t0 temporary variable in dupio

dupio currently uses $t0 which is a temporary callee saved register.
The dup2 call is thus allowed to trash the register.
Use $v0 instead. $v0 is the return value register.
Either dup2 returns the provided $v0 (newfd) or -1 if it fails,
and therefore $v0 can be used safely here.

Reference:
 https://courses.cs.washington.edu/courses/cse410/09sp/examples/MIPSCallingConventionsSummary.pdf

* Update changelog

* Update dupio.asm

Make a small change to kick Github Actions

* Fix CHANGELOG

Co-authored-by: Heap Crash <66139157+heapcrash@users.noreply.github.com>
Co-authored-by: Arusekk <arek_koz@o2.pl>

3503 of 6360 branches covered (55.08%)

11076 of 16354 relevant lines covered (67.73%)

0.68 hits per line

Source Files on job 4788.2
  • Tree
  • List 0
  • Changed 32
  • Source Changed 0
  • Coverage Changed 32
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 3919
  • Travis Job 4788.2
  • 084890f7 on github
  • Prev Job for on dev (#751605967.1)
  • Next Job for on dev (#4791.2)
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