*** empty log message ***

This commit is contained in:
Jim Meyering 2003-11-18 16:18:25 +00:00
parent 02fbbc8ea2
commit b6a6ea9069
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,12 @@
2003-11-16 Jim Meyering <jim@meyering.net>
2003-11-18 Jim Meyering <jim@meyering.net>
* Version 5.1.0.
`od -c -w9999999' could segfault
* src/od.c (dump): Use xnmalloc/free, not alloca.
2003-11-16 Jim Meyering <jim@meyering.net>
* Use autoconf-2.59. Regenerate dependent files.
* tests/du/hard-link: Minor tweak: use mkdir -p.

2
NEWS
View File

@ -31,6 +31,8 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
od -c -w9999999 no longer segfaults
csplit no longer reads from freed memory (dumping core on some systems)
csplit would mistakenly exhaust virtual memory in some cases