[go: up one dir, main page]

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

esmrf: reduce mcast_payload size #2571

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

pjonsson
Copy link
Contributor
@pjonsson pjonsson commented Aug 2, 2023

The multicast_on_behalf aliases uip_buf,
so make sure the struct size remains within
UIP_BUFSIZE.

This fixes a GCC 12 warning on multicast/zoul.

@simonduq simonduq deleted the branch contiki-ng:develop August 8, 2023 14:27
@simonduq simonduq closed this Aug 8, 2023
@simonduq
Copy link
Member
simonduq commented Aug 8, 2023

Hi!

This was my mistake, very sorry about it, re-opening this PR now.

What happened is the following: I was switching the base branch for this repository https://github.com/wittra/contiki-ng from develop to wittra. But accidentally, I made the change on the wrong repo (this repo) and instead of switching the base branch I renamed it. And somehow github deleted develop and closed all PRs...

Many apologies for this mishap 🙏; I haven't contributed in a while.. but now at least everybody got some notification from me :p

@simonduq simonduq reopened this Aug 8, 2023
The multicast_on_behalf aliases uip_buf,
so make sure the struct size remains within
UIP_BUFSIZE.

This fixes a GCC 12 warning on multicast/zoul.
@pjonsson
Copy link
Contributor Author

Other code in esmrf is also broken, esmrf.c:140 calls memcpy on overlapping buffers.

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