K 10 svn:author V 7 delphij K 8 svn:date V 27 2015-09-14T18:57:50.573014Z K 7 svn:log V 171 MFC r287320: - uri is expected to be nul-terminated (strchr used later), so use strlcpy instead of strncpy. - replace the other two cases of strncpy+\0 with strlcpy. END