Bugzilla – Attachment 24735 Details for
Bug 61221
VUL-0: CVE-2004-0964:: zinf buffer overflow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
zinf-2.2.4-tmpworkaround.diff
zinf-2.2.4-tmpworkaround.diff (text/plain), 649 bytes, created by
Ludwig Nussel
on 2004-10-07 21:34:38 UTC
(
hide
)
Description:
zinf-2.2.4-tmpworkaround.diff
Filename:
MIME Type:
Creator:
Ludwig Nussel
Created:
2004-10-07 21:34:38 UTC
Size:
649 bytes
patch
obsolete
>Index: zinf-2.2.4/base/unix/src/unixprefs.cpp >=================================================================== >--- zinf-2.2.4.orig/base/unix/src/unixprefs.cpp >+++ zinf-2.2.4/base/unix/src/unixprefs.cpp >@@ -301,6 +301,7 @@ UnixPrefs::UnixPrefs() : > > if (!homeDir) > { >+ abort(); > m_saveEnable = false; > return; > } >@@ -316,6 +317,9 @@ UnixPrefs::UnixPrefs() : > strcat(m_prefsFilePath, fadir); > if (!file_exists(m_prefsFilePath)) > mkdir(m_prefsFilePath, S_IRWXU); >+ >+ setenv("TMPDIR", m_prefsFilePath, 1); >+ > strcat(m_prefsFilePath, suffix); > > if (file_exists(old_prefsFilePath))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 61221
:
24728
|
24733
|
24734
| 24735