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: lib: coap: Initialize response_truncated #79186

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

Commits on Sep 30, 2024

  1. net: lib: coap: Initialize response_truncated

    Fix the following compilation warning given when using newlibc:
    warning: 'response_truncated' may be used
    uninitialized [-Wmaybe-uninitialized]
    
    Issue is not seen with picolibc.
    
    The variable was introduced as part of PR zephyrproject-rtos#76257
    
    Signed-off-by: Tommi Rantanen <[email protected]>
    trantanen committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5a84d3d View commit details
    Browse the repository at this point in the history