From: Jim Meyering Date: Mon, 13 Oct 2003 20:50:40 +0000 (+0000) Subject: (init_column_info): Add another FIXME comment. X-Git-Tag: v5.1.0~423 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae2e1ea1dc519d5ccee46daa8e6a884ddbf2727d;p=thirdparty%2Fcoreutils.git (init_column_info): Add another FIXME comment. --- diff --git a/src/ls.c b/src/ls.c index c172d765d3..8a28fd5d83 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) {