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
Wed, Jul 8, 12:55 AM (8 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34820476
Default Alt Text
D47040.diff (340 B)

Event Timeline