commit | 10640d34552ccd8fabe7b15b0c4e3a102247952d | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sun Mar 15 13:48:03 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 15 22:24:37 2015 -0400 |
tree | f1753c9603bc388e9483b5a3f86d6e84cd04999d | |
parent | 7d985ed1dca5c90535d67ce92ef6ca520302340a [diff] |
isdn: icn: use strlcpy() when parsing setup options If you pass an invalid string here then you probably deserve the memory corruption, but it annoys static analysis tools so lets fix it. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>