Gallopsled / Gallopsled/pwntools

Consume "\nChild exited with status %d\n"

Open
#1,805 0 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
Python
Stars
13.7k
Forks
1.9k
Avg merge
6d 23h
Merged PRs (30d)
3

Description

Under certain conditions, GDB emits this to stderr of the process being debugged, which wouldn't normally show up.

We can have some special-casing in the buffering code that removes this last bit of content from the buffer when it hits EOF, so that the user doesn't see this.

https://github.com/bminor/binutils-gdb/blob/4258df85f13dbaf9a1cb5b523bf2b9d390b25e69/gdbserver/target.cc#L178-L188

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.