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

sys/pipe/pipe_dynamic: fix possible null pointer dereference #15009

Merged
merged 1 commit into from
Sep 11, 2020

Conversation

fjmolinas
Copy link
Contributor

Contribution description

There is a potential null pointer dereference in pipe_dynamic code. The code is currently is currently unused in our code base.

Testing procedure

Check the code. The CI should do the rest.

Issues/PRs references

reported in #15006, thanks @tluio!

@fjmolinas fjmolinas added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Area: sys Area: System labels Sep 11, 2020
Copy link
Member

@bergzand bergzand left a comment

Choose a reason for hiding this comment

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

ACK

@bergzand bergzand merged commit 23fb19a into RIOT-OS:master Sep 11, 2020
@fjmolinas fjmolinas deleted the pr_pipe_null_deref branch July 30, 2021 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: sys Area: System CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants