Commit 0971f005 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Backport 13574

parent 11a6d97f
...@@ -296,6 +296,9 @@ int ACL_LoadFile( vlc_acl_t *p_acl, const char *psz_path ) ...@@ -296,6 +296,9 @@ int ACL_LoadFile( vlc_acl_t *p_acl, const char *psz_path )
while( isspace( *psz_ip ) ) while( isspace( *psz_ip ) )
psz_ip++; psz_ip++;
if( *psz_ip == '\0' )
continue;
ptr = strchr( psz_ip, '\n' ); ptr = strchr( psz_ip, '\n' );
if( ptr == NULL ) if( ptr == NULL )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment