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