core: be more paranoid when mixing umask and fopen()
Let's be extra careful with the umask when we use simple fopen(), as this creates files with 0777 by default.
Loading
Please register or sign in to comment
Let's be extra careful with the umask when we use simple fopen(), as this creates files with 0777 by default.