diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-13 20:50:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-13 20:50:40 +0000 |
commit | ae2e1ea1dc519d5ccee46daa8e6a884ddbf2727d (patch) | |
tree | 4545633350947a866d84cbd092cbb20cc9ff82be | |
parent | 1b1fc9b9eec9f3f11d44633d84141dbc00ea62e9 (diff) | |
download | coreutils-ae2e1ea1dc519d5ccee46daa8e6a884ddbf2727d.tar.xz |
(init_column_info): Add another FIXME comment.
-rw-r--r-- | src/ls.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |