Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176584
Collapse All | Expand All

(-)xscreensaver-4.18/driver/lock.c.check-for-null-passwd-entry (-1 / +1 lines)
Lines 1289-1295 Link Here
1289
      */
1289
      */
1290
      struct passwd *pw = getpwuid (getuid ());
1290
      struct passwd *pw = getpwuid (getuid ());
1291
      char *d = DisplayString (si->dpy);
1291
      char *d = DisplayString (si->dpy);
1292
      char *u = (pw->pw_name ? pw->pw_name : "???");
1292
      char *u = (pw && pw->pw_name ? pw->pw_name : "???");
1293
      int opt = 0;
1293
      int opt = 0;
1294
      int fac = 0;
1294
      int fac = 0;
1295
1295

Return to bug 176584