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

Gallopsled / pwntools / 6191812782
19%

Build:
DEFAULT BRANCH: dev
Ran 14 Sep 2023 11:21PM UTC
Jobs 1
Files 149
Run time 4s
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

14 Sep 2023 11:10PM UTC coverage: 74.35% (+0.002%) from 74.348%
6191812782

push

github-actions

web-flow
Allow empty argv in ssh.process() (#2217)  (#2234)

* Fix bug at ssh.py:process() - empty argv[0] Error

Before this, process.py relied on `os.execve` which disallows an empty
argv or argv[0] == "".
This commit replaces `os.execve` with  `ctypes.CDLL(None).execve` to
call the C-Library function directly which allows an empty argv.

* Add #2225 to stable changelog

* Better ctypes syntax

* Add error message if cytpes.execve fails.

* Updata CHANGELOG.md

* ssh.py: python2 compatibility for os.environb

* Add check that "=" not in misc.normalize_argv_env

This check checks prevents the use of "=" in the
key of an environment variable, which is generally
impossible.

* ssh.process: Seperate cases for empty argv[0]

This commit seperates the cases for an empty argv[0]
from normal cases.

* ssh.py delete leftover comment

---------

Co-authored-by: Youheng Lü <90871590+Youheng-Lue@users.noreply.github.com>
Co-authored-by: Arusekk <arek_koz@o2.pl>
Co-authored-by: peace-maker <peace-maker@wcfan.de>

4568 of 7244 branches covered (0.0%)

5 of 5 new or added lines in 2 files covered. (100.0%)

12780 of 17189 relevant lines covered (74.35%)

0.74 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
63.18
-0.1% pwnlib/util/misc.py
Jobs
ID Job ID Ran Files Coverage
1 6191812782.1 14 Sep 2023 11:21PM UTC 149
74.35
Source Files on build 6191812782
  • Tree
  • List 149
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 92cd9699 on github
  • Prev Build on dev (#6174974102)
  • Next Build on dev (#6200717153)
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