Searched hist:dfadec236aa99f6086141949c9dc3ec50f3ff20d (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/radio/ |
H A D | radio-wl1273.c | diff dfadec236aa99f6086141949c9dc3ec50f3ff20d Tue Aug 03 21:46:08 CEST 2021 Kees Cook <keescook@chromium.org> media: radio-wl1273: Avoid card name truncation
The "card" string only holds 31 characters (and the terminating NUL). In order to avoid truncation, use a shorter card description instead of the current result, "Texas Instruments Wl1273 FM Rad".
Suggested-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Fixes: 87d1a50ce451 ("[media] V4L2: WL1273 FM Radio: TI WL1273 FM radio driver") Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|