home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1992 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1992.iso
/
usenet
/
altsrcs
/
3
/
3902
< prev
next >
Wrap
Internet Message Format
|
1991-08-23
|
905b
Xref: wupost alt.sources:3902 alt.security:3708
Path: wupost!uunet!mcsun!ukc!dcl-cs!gdt!aber!aem
From: aem@aber.ac.uk (Alec David Muffett)
Newsgroups: alt.sources,alt.security
Subject: IMPORTANT! Bug in Crack v3.2a - How to fix included
Message-ID: <1991Aug23.113619.15934@aber.ac.uk>
Date: 23 Aug 91 11:36:19 GMT
Sender: aem@aber.ac.uk (Alec David Muffett)
Organization: University College of Wales, Aberystwyth
Lines: 17
There is a bug in the release of Crack v3.2a posted this morning.
Around line 633 of Sources/crack-pwc.c, there is a line which reads:-
if (!TryManyUsers (head, scratch))
and this must be changed to :-
if (!TryManyUsers (head, scratch->word))
For Crack's pass2 to function properly.
Sorry about this, I haven't the faintest idea how it got through.
I've probably been indulging in too much Oracle lately.
A FIXED version will be posted to comp.sources.misc.
alec