linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] iio: Use scnprintf() for avoiding potential buffer overflow
@ 2020-03-11  7:43 Takashi Iwai
  2020-03-11  7:43 ` [PATCH 1/2] iio: core: " Takashi Iwai
  2020-03-11  7:43 ` [PATCH 2/2] iio: tsl2772: " Takashi Iwai
  0 siblings, 2 replies; 11+ messages in thread
From: Takashi Iwai @ 2020-03-11  7:43 UTC (permalink / raw)
  To: Jonathan Cameron, linux-iio

Hi,

a trivial patchset to replace snprintf() calls with the safer
scnprintf() calls for avoiding potential buffer overflows.


Takashi

===

Takashi Iwai (2):
  iio: core: Use scnprintf() for avoiding potential buffer overflow
  iio: tsl2772: Use scnprintf() for avoiding potential buffer overflow

 drivers/iio/industrialio-core.c | 34 +++++++++++++++++-----------------
 drivers/iio/light/tsl2772.c     |  4 ++--
 2 files changed, 19 insertions(+), 19 deletions(-)

-- 
2.16.4


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

end of thread, other threads:[~2020-03-16 11:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-11  7:43 [PATCH 0/2] iio: Use scnprintf() for avoiding potential buffer overflow Takashi Iwai
2020-03-11  7:43 ` [PATCH 1/2] iio: core: " Takashi Iwai
2020-03-15  9:54   ` Jonathan Cameron
2020-03-15 10:17     ` Takashi Iwai
2020-03-11  7:43 ` [PATCH 2/2] iio: tsl2772: " Takashi Iwai
2020-03-15  9:58   ` Jonathan Cameron
2020-03-15 10:25     ` Takashi Iwai
2020-03-15 10:33     ` Brian Masney
2020-03-15 13:10       ` Jonathan Cameron
2020-03-16  8:04         ` Takashi Iwai
2020-03-16 11:50           ` Jonathan Cameron

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).