-
Notifications
You must be signed in to change notification settings - Fork 2k
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
gnrc_sixlowpan: Various hardening fixes [backport 2022.10] #18820
Merged
maribu
merged 10 commits into
RIOT-OS:2022.10-branch
from
miri64:backport/2022.10/gnrc_sixlowpan/fix/harden
Oct 29, 2022
Merged
gnrc_sixlowpan: Various hardening fixes [backport 2022.10] #18820
maribu
merged 10 commits into
RIOT-OS:2022.10-branch
from
miri64:backport/2022.10/gnrc_sixlowpan/fix/harden
Oct 29, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 7361516)
(cherry picked from commit 2709fbd)
(cherry picked from commit 9728f72)
(cherry picked from commit 639c043)
(cherry picked from commit 4a081f8)
(cherry picked from commit 0bec3e2)
(cherry picked from commit 17c70f7)
(cherry picked from commit aa27ed7)
(cherry picked from commit 36a099e)
(cherry picked from commit 3c7c9fe)
miri64
requested review from
haukepetersen,
PeterKietzmann and
cgundogan
as code owners
October 29, 2022 07:54
miri64
added
Area: network
Area: Networking
Area: sys
Area: System
Area: tests
Area: tests and testing framework
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
CI: run tests
If set, CI server will run tests on hardware for the labeled PR
Process: release backport
Integration Process: The PR is a release backport of a change previously provided to master
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
labels
Oct 29, 2022
Murdock results✔️ PASSED e82cab6 tests/unittests: fix get_frame_hdr_len tests for hardened parsing
ArtifactsThis only reflects a subset of all builds from https://ci-prod.riot-os.org. Please refer to https://ci.riot-os.org for a complete build for now. |
maribu
approved these changes
Oct 29, 2022
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
Area: tests
Area: tests and testing framework
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
CI: run tests
If set, CI server will run tests on hardware for the labeled PR
Process: release backport
Integration Process: The PR is a release backport of a change previously provided to master
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport of #18817
Contribution description
Title says everything
Testing procedure
Fragmentation and header compression (e.g. as outlined in Release Specs 4 and 6) should still work.
Issues/PRs references