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

Fix strncmp off-by-one in libumockdev-preload.c #114

Merged
merged 1 commit into from
Dec 23, 2020

Conversation

disconnect3d
Copy link
Contributor

The "/proc/" string is of len 6 instead of 5.

This was found with a "cstrnfinder" research and I haven't tested this change (more info https://twitter.com/disconnect3d_pl/status/1339757359896408065). Close this PR if this change is incorrect.

@martinpitt
Copy link
Owner

That fix looks correct, many thanks for spotting! Just the test runs were a complete disaster, apparently a lot has changed in the distros in the last 3 weeks.. I (mostly) fixed that in master. Can you please rebase/force-push your branch, so that the tests can run? Thanks!

The `"/proc/"` string is of len 6 instead of 5.

This was found with a "cstrnfinder" research and I haven't tested this change (more info https://twitter.com/disconnect3d_pl/status/1339757359896408065).
@martinpitt
Copy link
Owner

@disconnect3d : I took the liberty to rebase your branch (as you allowed edits from maintainers). I also slightly adjusted the commit message. There are still some failures on debian-testing due to issue #115, these are unrelated.

@martinpitt martinpitt merged commit b35ae31 into martinpitt:master Dec 23, 2020
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