lkml.org 
[lkml]   [2022]   [May]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH 7/8] soc: qcom: cmd-db: replace strncpy() with strscpy_pad()
    From
    Date
    Quoting Krzysztof Kozlowski (2022-05-01 03:35:19)
    > The use of strncpy() is considered deprecated for NUL-terminated
    > strings[1]. Replace strncpy() with strscpy_pad(), to keep existing
    > pad-behavior of strncpy. This fixes W=1 warning:
    >
    > drivers/soc/qcom/cmd-db.c: In function ‘cmd_db_get_header.part.0’:
    > drivers/soc/qcom/cmd-db.c:151:9: warning: ‘strncpy’ specified bound 8 equals destination size [-Wstringop-truncation]
    > 151 | strncpy(query, id, sizeof(query));
    >
    > [1] https://www.kernel.org/doc/html/latest/process/deprecated.html#strncpy-on-nul-terminated-strings
    >
    > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    > ---

    Reviewed-by: Stephen Boyd <sboyd@kernel.org>

    \
     
     \ /
      Last update: 2022-05-19 02:13    [W:3.142 / U:0.172 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site