Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 72861 Details for
Bug 111990
media-sound/gnump3d more issues (CVE-2005-33{49|55})
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
tmpfile.diff
tmpfile.diff (text/plain), 1.16 KB, created by
Sune Kloppenborg Jeppesen (RETIRED)
on 2005-11-13 22:47:07 UTC
(
hide
)
Description:
tmpfile.diff
Filename:
MIME Type:
Creator:
Sune Kloppenborg Jeppesen (RETIRED)
Created:
2005-11-13 22:47:07 UTC
Size:
1.16 KB
patch
obsolete
>Index: bin/gnump3d2 >=================================================================== >RCS file: /cvsroot/gnump3d/gnump3d/bin/gnump3d2,v >retrieving revision 1.109 >diff --unified -r1.109 gnump3d2 >--- bin/gnump3d2 28 Oct 2005 14:07:55 -0000 1.109 >+++ bin/gnump3d2 13 Nov 2005 20:17:46 -0000 >@@ -3351,7 +3351,7 @@ > $advanced_playlist = getConfig( "advanced_playlists", 1 ); > > # Tag cache >- $tag_cache = getConfig( "tag_cache", "/tmp/tags.cache" ); >+ $tag_cache = getConfig( "tag_cache", "" ); > > # > # Experimental features. >Index: lib/gnump3d/plugins/search.pm >=================================================================== >RCS file: /cvsroot/gnump3d/gnump3d/lib/gnump3d/plugins/search.pm,v >retrieving revision 1.10 >diff --unified -r1.10 search.pm >--- lib/gnump3d/plugins/search.pm 6 Feb 2005 14:07:27 -0000 1.10 >+++ lib/gnump3d/plugins/search.pm 13 Nov 2005 20:17:46 -0000 >@@ -70,7 +70,7 @@ > # > # Make sure that the song tag cache exists before anything else. > # >- my $tagCache = &getConfig( "tag_cache", "/tmp/tags.cache" ); >+ my $tagCache = &getConfig( "tag_cache", "" ); > if ( ( ! defined( $tagCache ) ) || > ( ! -e $tagCache ) ) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 111990
:
72860
|
72861
|
72928
|
73012
|
73013
|
73014
|
73015