Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150220907
D24292.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
521 B
Referenced Files
None
Subscribers
None
D24292.id.diff
View Options
Index: head/usr.sbin/adduser/adduser.sh
===================================================================
--- head/usr.sbin/adduser/adduser.sh
+++ head/usr.sbin/adduser/adduser.sh
@@ -733,10 +733,10 @@
trap 'stty echo; exit' 0 1 2 3 15
stty -echo
echo -n "Enter password: "
- read -r upass
+ IFS= read -r upass
echo''
echo -n "Enter password again: "
- read -r _passconfirm
+ IFS= read -r _passconfirm
echo ''
stty echo
# if user entered a blank password
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 31, 9:11 AM (2 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30630504
Default Alt Text
D24292.id.diff (521 B)
Attached To
Mode
D24292: Don't remove leading or trailing IFS for passwords
Attached
Detach File
Event Timeline
Log In to Comment