OSDN Git Service

Merge branch 'net-Use-scnprintf-for-avoiding-potential-buffer-overflow'
authorDavid S. Miller <davem@davemloft.net>
Mon, 16 Mar 2020 00:06:22 +0000 (17:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Mar 2020 00:06:22 +0000 (17:06 -0700)
commitdcadaec2245616aedd94ff0129db2b13f2d8deb8
tree0158c85ae4a0e88363acec4ea23c0049983b7605
parentcb851c01b51bb610a9093d01624565ce1d4e38fa
parent2da222f612b58b6e6b41972f46005b58aac1699e
Merge branch 'net-Use-scnprintf-for-avoiding-potential-buffer-overflow'

Takashi Iwai says:

====================
net: Use scnprintf() for avoiding potential buffer overflow

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

v1->v2: Align the remaining lines to the open parenthesis
        Excluded i40e patch that was already queued
====================

Signed-off-by: David S. Miller <davem@davemloft.net>