linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Avoid card name truncation
@ 2021-08-03 19:46 Kees Cook
  2021-08-03 19:46 ` [PATCH 1/3] media: radio-wl1273: " Kees Cook
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kees Cook @ 2021-08-03 19:46 UTC (permalink / raw)
  To: Hans Verkuil
  Cc: Kees Cook, Mauro Carvalho Chehab, linux-media, linux-kernel,
	linux-hardening

Hi,

While fixing some missing compile-time overflow warnings, I found a few
media devices that had their card description silently truncated. Fix
them using Hans's suggested text.

-Kees

Kees Cook (3):
  media: radio-wl1273: Avoid card name truncation
  media: si470x: Avoid card name truncation
  media: tm6000: Avoid card name truncation

 drivers/media/radio/radio-wl1273.c            | 2 +-
 drivers/media/radio/si470x/radio-si470x-i2c.c | 2 +-
 drivers/media/radio/si470x/radio-si470x-usb.c | 2 +-
 drivers/media/usb/tm6000/tm6000-video.c       | 3 +--
 4 files changed, 4 insertions(+), 5 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-03 19:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03 19:46 [PATCH 0/3] Avoid card name truncation Kees Cook
2021-08-03 19:46 ` [PATCH 1/3] media: radio-wl1273: " Kees Cook
2021-08-03 19:46 ` [PATCH 2/3] media: si470x: " Kees Cook
2021-08-03 19:46 ` [PATCH 3/3] media: tm6000: " Kees Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).