Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates
alsa
alsa-lib-ignore-non-accessible-ALSA_CONFIG_PATH...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File alsa-lib-ignore-non-accessible-ALSA_CONFIG_PATH.patch of Package alsa
--- a/src/conf.c +++ b/src/conf.c @@ -3904,6 +3904,9 @@ int snd_config_update_r(snd_config_t **_top, snd_config_update_t **_update, cons configs = cfgs; if (!configs) { configs = getenv(ALSA_CONFIG_PATH_VAR); + /* ignore the non-accessible override */ + if (configs && access(configs, R_OK) < 0) + configs = NULL; if (!configs || !*configs) { const char *topdir = snd_config_topdir(); char *s = alloca(strlen(topdir) +
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor