Skip to content

Conversation

ANUKOOL324
Copy link

@ANUKOOL324 ANUKOOL324 commented Jan 5, 2024

The arguments for kill should be in the order (PID, SIGNAL), but it appears to be used as (SIGNAL, PID). This change ensures that the signal is sent to the process with the ID( f_current.pid).
Using the correct order of arguments is important for the proper functioning of the kill function.

The arguments for kill should be in the order (PID, SIGNAL), but it appears to be used as (SIGNAL, PID).
This change ensures that the signal is sent to the process with the ID( f_current.pid). 
Using the correct order of arguments is important for the proper functioning of the kill function.
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.

1 participant