Bugzilla – Attachment 24733 Details for
Bug 61221
VUL-0: CVE-2004-0964:: zinf buffer overflow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
freeamp-2.1.1-tmpworkaround.diff
freeamp-2.1.1-tmpworkaround.diff (text/plain), 612 bytes, created by
Ludwig Nussel
on 2004-10-07 21:32:04 UTC
(
hide
)
Description:
freeamp-2.1.1-tmpworkaround.diff
Filename:
MIME Type:
Creator:
Ludwig Nussel
Created:
2004-10-07 21:32:04 UTC
Size:
612 bytes
patch
obsolete
>Index: freeamp/base/unix/src/unixprefs.cpp >=================================================================== >--- freeamp.orig/base/unix/src/unixprefs.cpp >+++ freeamp/base/unix/src/unixprefs.cpp >@@ -320,6 +320,7 @@ UnixPrefs() > > if (!homeDir) > { >+ abort(); > m_saveEnable = false; > return; > } >@@ -335,6 +336,9 @@ 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