mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-16 01:01:50 +00:00
c73afe1c85
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().