public inbox for linux-fbdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] video: Use scnprintf() for avoiding potential buffer overflow
@ 2020-03-11  9:32 Takashi Iwai
  2020-03-19 15:49 ` Takashi Iwai
  0 siblings, 1 reply; 6+ messages in thread
From: Takashi Iwai @ 2020-03-11  9:32 UTC (permalink / raw)
  To: linux-fbdev

Hi,

here is a series of trivial patches just to convert suspicious
snprintf() usages with the more safer one, scnprintf().


Takashi

=
Takashi Iwai (3):
  video: omapfb: Use scnprintf() for avoiding potential buffer overflow
  video: omap2: Use scnprintf() for avoiding potential buffer overflow
  video: uvesafb: Use scnprintf() for avoiding potential buffer overflow

 drivers/video/fbdev/omap/omapfb_main.c          | 14 +++++++-------
 drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c |  8 ++++----
 drivers/video/fbdev/uvesafb.c                   |  2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)

-- 
2.16.4

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

end of thread, other threads:[~2020-03-31 12:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-11  9:32 [PATCH 0/3] video: Use scnprintf() for avoiding potential buffer overflow Takashi Iwai
2020-03-19 15:49 ` Takashi Iwai
2020-03-20 13:42   ` Bartlomiej Zolnierkiewicz
2020-03-27  8:25     ` Takashi Iwai
2020-03-31 11:59       ` Bartlomiej Zolnierkiewicz
2020-03-31 12:10         ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox