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

samples: net: azure: Avoid negative array index write #27192

Commits on Jul 28, 2020

  1. samples: net: azure: Avoid negative array index write

    If the mqtt_read_publish_payload() returns <0 value, then do
    not use that value when accessing the data array.
    
    Fixes: zephyrproject-rtos#25775
    Coverity-CID: 210075
    
    Signed-off-by: Jukka Rissanen <[email protected]>
    jukkar committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    6a5e35e View commit details
    Browse the repository at this point in the history