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 >
Internet Message Format  |  1991-08-23  |  905b

  1. Xref: wupost alt.sources:3902 alt.security:3708
  2. Path: wupost!uunet!mcsun!ukc!dcl-cs!gdt!aber!aem
  3. From: aem@aber.ac.uk (Alec David Muffett)
  4. Newsgroups: alt.sources,alt.security
  5. Subject: IMPORTANT! Bug in Crack v3.2a - How to fix included
  6. Message-ID: <1991Aug23.113619.15934@aber.ac.uk>
  7. Date: 23 Aug 91 11:36:19 GMT
  8. Sender: aem@aber.ac.uk (Alec David Muffett)
  9. Organization: University College of Wales, Aberystwyth
  10. Lines: 17
  11.  
  12. There is a bug in the release of Crack v3.2a posted this morning. 
  13.  
  14. Around line 633 of Sources/crack-pwc.c, there is a line which reads:-
  15.  
  16.         if (!TryManyUsers (head, scratch))
  17.  
  18. and this must be changed to :-
  19.  
  20.         if (!TryManyUsers (head, scratch->word))
  21.  
  22. For Crack's pass2 to function properly.
  23. Sorry about this, I haven't the faintest idea how it got through.
  24. I've probably been indulging in too much Oracle lately.
  25.  
  26. A FIXED version will be posted to comp.sources.misc.
  27.  
  28. alec
  29.