Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
448
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
86cb5795
Commit
86cb5795
authored
10 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Contrib: fix crash in CDDB on Windows
Close
#13465
parent
a4878ec4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/src/cddb/getenv-crash.patch
+2
-1
2 additions, 1 deletion
contrib/src/cddb/getenv-crash.patch
with
2 additions
and
1 deletion
contrib/src/cddb/getenv-crash.patch
+
2
−
1
View file @
86cb5795
--- libcddb/lib/cddb_conn.c 2006-10-15 13:53:11.000000000 +0200
+++ libcddb.new/lib/cddb_conn.c 2010-11-28 21:03:39.012749230 +0100
@@ -100,9 +100,1
7
@@
@@ -100,9 +100,1
8
@@
c->use_cache = CACHE_ON;
/* construct cache dir '$HOME/[DEFAULT_CACHE]' */
s = getenv("HOME");
...
...
@@ -17,6 +17,7 @@
+ {
+ c->cache_dir = NULL;
+ c->use_cache = CACHE_OFF;
+ c->cache_read = FALSE;
+ }
/* use anonymous@localhost */
...
...
This diff is collapsed.
Click to expand it.
Migration Bot
@MigrationBot
mentioned in issue
#13465 (closed)
·
4 years ago
mentioned in issue
#13465 (closed)
mentioned in issue #13465
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment