From ae2e1ea1dc519d5ccee46daa8e6a884ddbf2727d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 13 Oct 2003 20:50:40 +0000 Subject: [PATCH] (init_column_info): Add another FIXME comment. --- src/ls.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ls.c b/src/ls.c index c172d76..8a28fd5 100644 --- 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) { -- 2.7.4