lkml.org 
[lkml]   [2019]   [Jul]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3/8] media: m2m-deinterlace: Fix misuse of strscpy
    Date
    Probable cut&paste typo - use the correct field size.

    Signed-off-by: Joe Perches <joe@perches.com>
    ---
    drivers/media/platform/m2m-deinterlace.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/media/platform/m2m-deinterlace.c b/drivers/media/platform/m2m-deinterlace.c
    index beb7fd7442fb..dd573d23d0ce 100644
    --- a/drivers/media/platform/m2m-deinterlace.c
    +++ b/drivers/media/platform/m2m-deinterlace.c
    @@ -436,7 +436,7 @@ static int vidioc_querycap(struct file *file, void *priv,
    {
    strscpy(cap->driver, MEM2MEM_NAME, sizeof(cap->driver));
    strscpy(cap->card, MEM2MEM_NAME, sizeof(cap->card));
    - strscpy(cap->bus_info, MEM2MEM_NAME, sizeof(cap->card));
    + strscpy(cap->bus_info, MEM2MEM_NAME, sizeof(cap->bus_info));
    /*
    * This is only a mem-to-mem video device. The capture and output
    * device capability flags are left only for backward compatibility
    --
    2.15.0
    \
     
     \ /
      Last update: 2019-07-05 01:59    [W:4.824 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site