fix values passed to umask(), they should be octal.
authorgilles <gilles@openbsd.org>
Tue, 6 Oct 2015 06:04:46 +0000 (06:04 +0000)
committergilles <gilles@openbsd.org>
Tue, 6 Oct 2015 06:04:46 +0000 (06:04 +0000)
commite691cb063f12f81b9b7e8e8a70eb4269ca04a162
tree75f2c424a7f75d33cf7fad4125a0a84ee544fac3
parent15a98d3db67c127e951ced34089648225b821b5d
fix values passed to umask(), they should be octal.
the permissions are even more restrictive than they should.

misc bug reported by qualys
usr.sbin/smtpd/enqueue.c
usr.sbin/smtpd/makemap.c
usr.sbin/smtpd/smtpd.c
usr.sbin/smtpd/util.c