K 10 svn:author V 2 se K 8 svn:date V 27 2019-02-09T14:19:09.954550Z K 7 svn:log V 318 MFC r343408: Silence Clang Scan warnings regarding unsafe use of strcp(). While these warnings are false positives, the use of strdup() instead of malloc() and strcpy() simplifies and clarifies the code. A bogus assignment to a variable (whose previous value may be required in a later block) has also been removed. END