]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(init_column_info): Add another FIXME comment.
authorJim Meyering <jim@meyering.net>
Mon, 13 Oct 2003 20:50:40 +0000 (20:50 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 13 Oct 2003 20:50:40 +0000 (20:50 +0000)
src/ls.c

index c172d765d340b62556ae46c6fce8ddf06fd7906e..8a28fd5d83c5a9a84d91dcc89aaf546359df6d82 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -3722,6 +3722,8 @@ attach (char *dest, const char *dirname, const char *name)
   *dest = 0;
 }
 
+/* FIXME: this code allocates allocates O(N^2) space when ls is invoked
+   with `--width=N' and -x or -C.  Either fix that or limit N.  */
 static void
 init_column_info (void)
 {