[5174] in SIPB bug reports
Re: xscreensaver
daemon@ATHENA.MIT.EDU (Charles M. Hannum)
Sun Feb 19 02:24:46 1995
Date: Sun, 19 Feb 1995 02:24:04 -0500
From: "Charles M. Hannum" <mycroft@ai.mit.edu>
To: ghudson@MIT.EDU, marthag@MIT.EDU
Cc: bug-sipb@MIT.EDU, netbsd-dev@MIT.EDU
It's tempting to have crypt(3) return something like `XXinvalidsalt'
when it's fed garbage.
Unfortunately, given the lack of proper exception handling in C,
there's really very little else it can do, besides taking a wild stab
at it (like it currently does) or perhaps dumping core (which would
confuse people and make them think there's a bug in the library).
Sigh.