We have had some (security-relevant) warning regressions for the following
two programs in tools:

  winegcc.o: In function `get_temp_file':
    /test/wine/tools/winegcc.c:119: warning: tempnam()
    possibly used unsafely; consider using mkstemp()
  winewrap.o: In function `main':
    /test/wine/tools/winewrap.c(.text+0x7fe): warning:
    tempnam() possibly used unsafely; consider using mkstemp()

Would you mind using mkstemp() instead of tempnam()?

Gerald
-- 
Gerald "Jerry"   [EMAIL PROTECTED]   http://www.pfeifer.com/gerald/

Reply via email to