]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7242d73ccb9f4d9f88d88c4954770df0ca9deaf9
tree0158c85ae4a0e88363acec4ea23c0049983b7605
parentb3d964ddeaa4b0994d124cdc641db6673f342399
parente7c5cc690a0e30a81637df3a6e77877667d953ab
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>