Initialize strings in conflict handler
This fixes the name conflict handling as wcsncpy did not terminate the string with \0. Also add the space for the terminator in case our strings are MAX_PATH in length. * src/common.c (get_tmp_outfile): Initialize buffer variables