Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90622 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- qpopper-4.0.4.orig/popper/popauth.c
0
++ qpopper-4.0.4/popper/popauth.c
Lines 669-674 Link Here
669
695
670
    memset  ( &pop_pw, 0, sizeof(pop_pw) );
696
    memset  ( &pop_pw, 0, sizeof(pop_pw) );
671
    memset  ( &my_pw,  0, sizeof(my_pw)  );
697
    memset  ( &my_pw,  0, sizeof(my_pw)  );
698
    umask   ( 0077 ); /* make sure we don't create group- or world-writable files */
672
    srandom ( (unsigned int) time ( (TIME_T *) 0) );   /* seed random with the
699
    srandom ( (unsigned int) time ( (TIME_T *) 0) );   /* seed random with the
673
                                                          current time */ 
700
                                                          current time */ 

Return to bug 90622