Subject: CVS commit: cryptosrc-us
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/06/1999 16:32:26
Module Name:	cryptosrc-us
Committed By:	christos
Date:		Sun Jun  6 23:32:26 UTC 1999

Modified Files:
	cryptosrc-us/crypto-us/lib/libdes: read_pwd.c

Log Message:
This routine is stupid because it catches all signals, and in case something
fails, it longjmps and returns error. Well, unfortunately due to programming
bugs, it fails in many different ways, failing to clear the signal handlers
it messed with. The result is, running su root -c ls >&! o & ends up
core-dumping later, because we longjump to a frame that does not exist...
This code is junk, and copied from the kerberos code that I am fixing shortly.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 cryptosrc-us/crypto-us/lib/libdes/read_pwd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.