summaryrefslogtreecommitdiff
path: root/serverboot/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-10-08 13:40:13 +0000
committerThomas Bushnell <thomas@gnu.org>1999-10-08 13:40:13 +0000
commit373a931f456740d06753b8a302d20b6ce80d8f28 (patch)
treebc557f92467ac3e0cc7e3c58cf2beb71e696a465 /serverboot/ChangeLog
parentc32ebe9139fdfd56904e8743c3aea55ed267b159 (diff)
1999-10-08 Thomas Bushnell, BSG <tb@mit.edu>
* bootstrap.c: (DEFAULT_ROOT): Remove macro. (main): If no root device was specified, then prompt as if the user had specified -a. Don't use strcpy to move NEW_ROOT into ROOT_NAME; that's unsafe.
Diffstat (limited to 'serverboot/ChangeLog')
-rw-r--r--serverboot/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog
index 3b25fce8..3b878676 100644
--- a/serverboot/ChangeLog
+++ b/serverboot/ChangeLog
@@ -2,7 +2,8 @@
* bootstrap.c: (DEFAULT_ROOT): Remove macro.
(main): If no root device was specified, then prompt as if the
- user had specified -a.
+ user had specified -a. Don't use strcpy to move NEW_ROOT into
+ ROOT_NAME; that's unsafe.
1999-10-06 Roland McGrath <roland@baalperazim.frob.com>