Fix unsafe use of strncpy() and sprintf().
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 12 Jul 2014 12:35:29 +0000 (14:35 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 12 Jul 2014 12:35:29 +0000 (14:35 +0200)
commit5ffdff685a0e7d25f7c016f3a6cd89bb82fed71c
tree017f7264bdffacc97053c6dd82381366f2023d53
parent31361075d36fd3f4a393eeb90b75ae2567992ef2
Fix unsafe use of strncpy() and sprintf().

The strncpy() problem was found by cppcheck.
src/subnet_parse.c