Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
79aa7396
Commit
79aa7396
authored
Oct 09, 2008
by
Laurent Aimar
Browse files
Fixed a segfault in access directory.
parent
37d45ebb
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/directory.c
View file @
79aa7396
...
...
@@ -353,6 +353,9 @@ static block_t *Block (access_t *p_access)
if
(
type
+
extlen
==
end
&&
!
strncasecmp
(
ext
,
type
,
extlen
))
return
NULL
;
if
(
*
end
==
'\0'
)
break
;
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment