K 10 svn:author V 3 pjd K 8 svn:date V 27 2011-05-24T20:10:12.131263Z K 7 svn:log V 208 Don't pass pointer to name buffer which is on the stack to another thread, because the stack might be paged out once the other thread tries to use the data. Instead, just allocate memory. MFC after: 2 weeks END