Skip to content

fix parsing of negative PIDs

Benedikt Böhm requested to merge (removed):master into master

This patch fixes an issue where a command line with negative PIDs does not work (only the character in optopt is parsed, rather than the complete argument) and in the worst case scenario kill sends the signal to all processes due to pid=-1

Merge request reports