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

net/dhcpv6: Improve option parsing in dhcpv6 advertise #20882

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

Teufelchen1
Copy link
Contributor

Contribution description

Hello 🐿️

This adds missed size checks for the type conversions.
Please note that dhcpv6_opt_ia_pd_t and dhcpv6_opt_ia_na_t make use of flexible array member - so I am not super sure if the check is enough.

Testing procedure

A good review by @miri64

Issues/PRs references

@github-actions github-actions bot added Area: network Area: Networking Area: sys Area: System labels Oct 1, 2024
@benpicco benpicco added 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) labels Oct 1, 2024
@riot-ci
Copy link

riot-ci commented Oct 1, 2024

Murdock results

✔️ PASSED

f88285d net/dhcpv6: Improve option parsing in dhcpv6 advertise

Success Failures Total Runtime
10196 0 10197 18m:34s

Artifacts

Copy link
Member

@miri64 miri64 left a comment

Choose a reason for hiding this comment

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

LGTM

@miri64 miri64 added this pull request to the merge queue Oct 2, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 2, 2024
@benpicco benpicco added this pull request to the merge queue Oct 3, 2024
Merged via the queue into RIOT-OS:master with commit 8a933a5 Oct 3, 2024
26 checks passed
@benpicco benpicco added this to the Release 2024.10 milestone Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: network Area: Networking 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.

4 participants