|
Message-ID: <4B99FD94.3050509@banquise.net> Date: Fri, 12 Mar 2010 09:38:44 +0100 From: Simon Marechal <simon@...quise.net> To: john-users@...ts.openwall.com Subject: Re: Minor bug in mkvcalcproba Le 12/03/2010 02:21, Bob Bob a écrit : > Sorry, I have no idea where to send this bug report or fix. For future reference, where should I send bug reports and/or fixes? > > --- john-1.7.5-jumbo-2/src/mkvcalcproba.c 2010-03-11 17:40:38.751168800 -0600 > +++ john-1.7.5/src/mkvcalcproba.c 2010-03-11 18:59:11.423043800 -0600 > @@ -102,7 +102,7 @@ int main(int argc, char * * argv) > fichier = fopen(argv[2], "r"); > if(!fichier) > { > - printf("could not open %s\n", argv[1]); > + printf("could not open %s\n", argv[2]); > return -1; > } Ah nice catch. I suppose you could send it to me, but the list should be fine as it is in the jumbo patch. I'll soon release a new version that includes and idea from jfoung (using chars instead of ints to store the probabilities) and fixes a bug when calculating strength of empty passwords.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.