Description of problem: I just tried to compile package unix2dos-2.2-24 from Redhat Fedora Core 3. The compiler said unix2dos.c(253): remark #592: variable "TempPath" is used before its value is set The source code is char *TempPath; struct stat StatBuf; struct utimbuf UTimeBuf; int fd; /* retrieve ipInFN file date stamp */ if ((ipFlag->KeepDate) && stat(ipInFN, &StatBuf)) RetVal = -1; strcpy (TempPath, "./u2dtmpXXXXXX"); Suggest init TempPath before first use. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
*** This bug has been marked as a duplicate of 153079 ***