Page MenuHomeFreeBSD

D47040.diff
No OneTemporary

D47040.diff

diff --git a/usr.sbin/lpr/lpd/lpd.c b/usr.sbin/lpr/lpd/lpd.c
--- a/usr.sbin/lpr/lpd/lpd.c
+++ b/usr.sbin/lpr/lpd/lpd.c
@@ -314,7 +314,7 @@
sigaddset(&nmask, SIGTERM);
sigprocmask(SIG_BLOCK, &nmask, &omask);
- (void) umask(07);
+ (void) umask(077);
signal(SIGHUP, mcleanup);
signal(SIGINT, mcleanup);
signal(SIGQUIT, mcleanup);

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 16, 8:47 PM (20 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15829020
Default Alt Text
D47040.diff (340 B)

Event Timeline