summaryrefslogtreecommitdiff
path: root/serverboot/ChangeLog
diff options
context:
space:
mode:
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>