]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 3 Aug 1994 15:21:03 +0000 (15:21 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 3 Aug 1994 15:21:03 +0000 (15:21 +0000)
login-utils/su.c

index a5abd95e3618103e11adfb98e40a24bc95751f17..2511d5036028df4c994dc3a8d746f6a6a90b0131 100644 (file)
@@ -309,8 +309,6 @@ main (argc, argv)
     }
   if (shell == 0)
     {
-      /* FIXME: Using malloc (through xstrdup) to allocate this space
-        is a minor memory leak.  Consider using alloca instead.  */
       shell = xstrdup (pw->pw_shell);
     }
   modify_environment (pw, shell);