About

2005-03-24 Thread Giovanni Delvecchio
;); +if ((tmp_fd = open(ret,O_CREAT | O_EXCL | O_WRONLY,0600)) != -1) break; if (errno != EEXIST) { ERR("Unexpected error while open() call: %s\n",strerror(errno)); free(ret); ______

About [ZH2005-02SA] Insecure tmp file creation in Wine

2005-03-24 Thread Giovanni Delvecchio
;); +if ((tmp_fd = open(ret,O_CREAT | O_EXCL | O_WRONLY,0600)) != -1) break; if (errno != EEXIST) { ERR("Unexpected error while open() call: %s\n",strerror(errno)); free(ret); ______