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

rpmsg/rpmsg_ping: fix CI check issues #11675

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Commits on Feb 8, 2024

  1. rpmsg/rpmsg_ping: tenative fix for build issue

    rpmsg_ping.c is blocking CI checks for RPTUN related patches like apache#11673.
    this patch simply fix the compilation issue of rpmsg_ping.c:
    
    - line 191: overflow conversion from "long unsigned int" to "unsigned int"
    - line 226: "sendlen" used uninitialized
    
    Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
    yf13 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e971290 View commit details
    Browse the repository at this point in the history