libc/crypt.c bug

TomDunigan at BRL-VGR.ARPA TomDunigan at BRL-VGR.ARPA
Tue Nov 29 07:01:47 AEST 1983


The "private" vector E is not initialized making entries
setkey()  and encrypt() useless as standalone routines.
(The routine crypt(), being privy to E, can (and does) initialize E
for its own purposes.)
Perhaps, setkey() should copy e to E since crypt() is designed
to munge E.?



More information about the Comp.unix.wizards mailing list