Hi, here is a respin of the trivial patchset to replace snprintf() calls with the safer scnprintf() calls for avoiding potential buffer overflows. v1->v2: Fix the snprintf() buffer limit argument in tsl2772 Rephrase the changelog 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 | 6 +++--- 2 files changed, 20 insertions(+), 20 deletions(-) -- 2.16.4