Re: [BUGS] Error in chkpass.c (contrib area) with suggestion

2002-11-06 Thread Bruce Momjian
Looks like 7.3beta has the null checking in the code. Thanks. --- Sedlak Anton wrote: > Because author is not responding I'm writing to you. > In contrib/chkpass.c there is no checking against NULL values on input, > thus

Re: [BUGS] Error in chkpass.c (contrib area) with suggestion

2002-10-23 Thread Stephan Szabo
On Tue, 22 Oct 2002, Sedlak Anton wrote: > Because author is not responding I'm writing to you. > In contrib/chkpass.c there is no checking against NULL values on input, > thus if you call eg. raw(NULL) then postgresql always dies. > Although storing encrypted password are highly required this beh

[BUGS] Error in chkpass.c (contrib area) with suggestion

2002-10-23 Thread Sedlak Anton
Because author is not responding I'm writing to you. In contrib/chkpass.c there is no checking against NULL values on input, thus if you call eg. raw(NULL) then postgresql always dies. Although storing encrypted password are highly required this behavior makes this extension module unusable. To