Switch the HTTP Webserver project to use the safer strlcpy() instead of strncpy(...
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 4 Jul 2011 09:19:37 +0000 (09:19 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 4 Jul 2011 09:19:37 +0000 (09:19 +0000)
commita09e1cb53be78f2b1d387bb13f6dfcb62223faf7
tree457b73f4ad504c56bdca7e66cb230a950424b759
parent61861c548eabf6863af57a9aa20103fcd3a9aced
Switch the HTTP Webserver project to use the safer strlcpy() instead of strncpy() to save on manual null-termination.
Projects/Webserver/Lib/HTTPServerApp.c