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/gnrc/tcp: fix invalid read #11999

Merged
merged 1 commit into from
Aug 20, 2019
Merged

Commits on Aug 12, 2019

  1. net/gnrc/tcp: fix uninitialized memory access

    From the gnrc_pktbuf_mark documentation:
    
    	    It's not guaranteed that `result->data` points to the
    	    same address as the original `pkt->data.
    
    Thus it should be necessary to update the `hdr` pointer.
    nmeum committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    9e91d21 View commit details
    Browse the repository at this point in the history