diff options
Diffstat (limited to 'src/pulsecore/cpu-arm.c')
| -rw-r--r-- | src/pulsecore/cpu-arm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/pulsecore/cpu-arm.c b/src/pulsecore/cpu-arm.c index 453b7848..6bb2eadd 100644 --- a/src/pulsecore/cpu-arm.c +++ b/src/pulsecore/cpu-arm.c @@ -62,7 +62,7 @@ static char *get_cpuinfo(void) {      cpuinfo = pa_xmalloc(MAX_BUFFER); -    if ((fd = open("/proc/cpuinfo", O_RDONLY)) < 0) { +    if ((fd = pa_open_cloexec("/proc/cpuinfo", O_RDONLY, 0)) < 0) {          pa_xfree(cpuinfo);          return NULL;      } | 
