Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if debug is dead in r_debug_kill function. #54

Closed
wants to merge 1 commit into from
Closed

Check if debug is dead in r_debug_kill function. #54

wants to merge 1 commit into from

Conversation

oblique
Copy link
Contributor

@oblique oblique commented Mar 1, 2013

You forgot to check if debug is dead in r_debug_kill function and the result was kill(-1, sig) (i.e. send sig to every process that calling process has permission).

@radare
Copy link
Collaborator

radare commented Mar 1, 2013

This patch has been accepted via cherry-pick. Maybe we should protect kill() from using pids <1.

Thanks!

@radare radare closed this Mar 1, 2013
yossizap pushed a commit to yossizap/radare2 that referenced this pull request Dec 30, 2019
Compile on Travis CI and upload AppImage for each build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants