uninitialized local variable 'TempPath' used
Dos2Unix / Unix2Dos - Text file format converters
Brought to you by:
waterlan
There is use of an uninitialized variable 'TempPath' when the "verbose" flag is set. See https://sourceforge.net/p/dos2unix/dos2unix/ci/master/tree/dos2unix/common.c#l1522
This in turn would result in undefined behavior because twe don't know what the address of 'TempPath' would be on the stack.
Anonymous
Hi,
Thanks for reporting!
Fixed in [efe7bc]
Related
Commit: [efe7bc]
I accidentally added files in po/incoming/, They have been removed in the next commit.