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

RFE: add test for signal and ptrace OBJ_PID records #98

Closed
wants to merge 1 commit into from

Conversation

rgbriggs
Copy link
Contributor

See: #81

Signed-off-by: Richard Guy Briggs [email protected]

my $found_ptrace = 0;
while ( $line = <$fh_out> ) {

# find the CONFIG_CHANGE record
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment doesn't match the code.

# find the CONFIG_CHANGE record
if ( $line =~ /^type=OBJ_PID / ) {

# find the lost value
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same problem, not a match for the code.

@pcmoore pcmoore changed the title tests: add test for signal and ptrace OBJ_PID records RFE: add test for signal and ptrace OBJ_PID records Dec 23, 2020
@rgbriggs
Copy link
Contributor Author

Ok, updated, removed comments since the code is pretty self-explanatory.

Base automatically changed from master to main February 5, 2021 22:32
@rgbriggs rgbriggs requested a review from pcmoore March 18, 2021 01:45
@pcmoore
Copy link
Contributor

pcmoore commented Dec 30, 2021

Merged via 1e2c58c, thanks.

@pcmoore pcmoore closed this Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants