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

sixlowpan: fixed infinite loop (release version) #4535

Merged
merged 1 commit into from
Dec 22, 2015

Conversation

OlegHahm
Copy link
Member

When prefix entry is resued, it may form a looped list, results in infinite loop
in gnrc_ndp_internal_send_rtr_adv.
This patch avoids looped lists.

Backport of #4531.

When prefix entry is resued, it may form a looped list, results in infinite loop
in gnrc_ndp_internal_send_rtr_adv.
This patch avoids looped lists.
@OlegHahm OlegHahm added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Area: network Area: Networking CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Dec 22, 2015
@OlegHahm OlegHahm added this to the Release 2015.12 milestone Dec 22, 2015
@miri64
Copy link
Member

miri64 commented Dec 22, 2015

ACK and go, when Travis is happy

@cgundogan
Copy link
Member

Travis is happy. GO

cgundogan added a commit that referenced this pull request Dec 22, 2015
sixlowpan: fixed infinite loop (release version)
@cgundogan cgundogan merged commit 70e988a into RIOT-OS:2015.12-branch Dec 22, 2015
@OlegHahm OlegHahm deleted the gnrc_avoid_infinite_loop branch December 22, 2015 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: network Area: Networking 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