K 10 svn:author V 3 das K 8 svn:date V 27 2004-09-19T20:34:30.000000Z K 7 svn:log V 123 Fix a buffer overflow by using strncpy() instead of strcpy(). Also, use strdup() instead of malloc()/strcpy(). PR: 64164 END