diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-27 06:57:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-27 06:57:20 +0000 |
commit | 6135224e974a31b51243ff69a3fa644b65fc2f1c (patch) | |
tree | b1f3f618e7d98156c5c84961c8c1b566bfc8bfcd | |
parent | a2041547116235c40a653e6fc63f841139f6f8b5 (diff) | |
download | coreutils-6135224e974a31b51243ff69a3fa644b65fc2f1c.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ Don't exhaust virtual memory when processing large inputs. Fix this by removing csplit's internal free-list management; instead rely on malloc for that. + * src/csplit.c (free_list): Remove global. (clear_all_line_control): Remove function. (get_new_buffer): Always use create_new_buffer to obtain a |