]> git.meshlink.io Git - meshlink/commit - src/meshlink.c
Use strncpy instead of memcpy to not read off the end of source buffer.
authorAaron Krebs <aaron.krebs@everbase.net>
Mon, 3 Nov 2014 14:32:08 +0000 (15:32 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sat, 27 Dec 2014 17:29:08 +0000 (18:29 +0100)
commit546eb066092803d218c5b31d32af724c42bee2a1
treedb6c2f75ab462cd0412c5da5404561053a36dfd7
parent4c9d02d9b204f3300c28331b00baa32b2690a930
Use strncpy instead of memcpy to not read off the end of source buffer.
src/meshlink.c