Commits
Flavio Grossi committed c73afe1c85f
FS-7004 mod_sndfile: respect umask when creating new files Files created by mod_sndfile use sf_open() which uses hardcoded permissions. To respect the process' umask, manually open files with the correct permissions and then call sf_open_fd().