change null characters in salt or iteration to be '.', avoiding bug
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 22 Apr 1991 06:07:34 +0000 (22:07 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 22 Apr 1991 06:07:34 +0000 (22:07 -0800)
commit96248f11aecad6ba500a09492929242be65356f9
tree4f4344713c97fb68dea17c57300afef03b42f724
parentfa8fde339a07abdcc9bab6a07ca785ddcbae30cb
change null characters in salt or iteration to be '.', avoiding bug
where crypt("anything!", "*") returned "*"; lots of comment changes, minor
cleanups

SCCS-vsn: lib/libc/gen/crypt.c 5.6
usr/src/lib/libc/gen/crypt.c