From: Dean Camera Date: Mon, 4 Jul 2011 09:19:37 +0000 (+0000) Subject: Switch the HTTP Webserver project to use the safer strlcpy() instead of strncpy(... X-Git-Tag: LUFA-111009-BETA~39 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/a09e1cb53be78f2b1d387bb13f6dfcb62223faf7?hp=a09e1cb53be78f2b1d387bb13f6dfcb62223faf7 Switch the HTTP Webserver project to use the safer strlcpy() instead of strncpy() to save on manual null-termination. ---