← Back to team overview

cuneiform team mailing list archive

windummy.c again

 

Just another not why we should take care on windummy.c dummy functions. Many of them later giving us many uninitialized values.

e.g.  DWORD GetTempPath(DWORD nBufferLength, LPTSTR lpBuffer) just return 0.
but lpBuffer later is in use, so this may cause an error or even segfault in bad cases.