aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-02 17:51:39 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-02 17:51:39 +0000
commit9c8ffa02f4ecd6029233de9d5cdc695fc82fc6df (patch)
treeefb6f856f25a646c4fef50123de1deb559d83a9a /Changelog
parent3199bda52e85225c22c617617f43591d6fd23eea (diff)
downloadbusybox-9c8ffa02f4ecd6029233de9d5cdc695fc82fc6df.tar.gz
Pavel fixed a segfault in yes.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 3083ae960..829232911 100644
--- a/Changelog
+++ b/Changelog
@@ -48,6 +48,7 @@
* Fixed more and ps to have sensible terminal width defaults, thanks
to Pavel Roskin.
* Fixed all fatalError() calls lacking a "\n", thanks to Pavel Roskin.
+ * Fixed a segfault in yes when no args were given -- Pavel Roskin.
* More doc updates