]> git.saurik.com Git - apple/system_cmds.git/blobdiff - chpass.tproj/edit.c
system_cmds-336.13.tar.gz
[apple/system_cmds.git] / chpass.tproj / edit.c
index 36454fab01f7adcb99da8edb5568f1016dcb1744..855300f471e5545d3273bc8204f94d9557a88490 100644 (file)
@@ -223,7 +223,7 @@ verify(pw)
        struct stat sb;
        FILE *fp;
        int len;
-       char buf[LINE_MAX];
+       static char buf[LINE_MAX];
 
        if (!(fp = fopen(tempname, "r")))
                pw_error(tempname, 1, 1);