commit | 949bdd208325a5a947135ed4f8e6df0aa18aae89 | [log] [tgz] |
---|---|---|
author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | Sun Sep 14 19:32:42 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 15 14:17:00 2014 -0400 |
tree | f355e7066573668b2d0f893f6c8718e65b00d40e | |
parent | 17b6f244483a6799e43f9af649a2eb94fa1502ec [diff] |
net: ethernet: freescale: fec_main.c: Cleaning up missing null-terminate in conjunction with strncpy Replacing strncpy with strlcpy to avoid strings that lacks null terminate. Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> Signed-off-by: David S. Miller <davem@davemloft.net>