Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 11 May 2013 13:01:29 -0400
From:  <jfoug@....net>
To: john-dev@...ts.openwall.com
Subject: Re: Unused global symbols in jumbo

here are the changes to dynamic to remove unused globals.  It does not remove any SSE buffers.  There likely are other's still left in the code.  The ones that concerned me most were the get_hash_*() functions.

It does look like that there are some of these 'common' named functions that are global and not static in some of the other formats.

Jim.

---- Alexander Cherepanov <cherepan@...me.ru> wrote: 
> Hi, all!
> 
> There are 331 unused globals in unstable-jumbo -- list attached. It's 
> generated by compiling unstable with debugging information and running 
> the following command:
> 
> $ nm -olg *.o | perl unused-globals.pl | sort -k1.40 > unused-globals.txt
> 
> unused-globals.pl is also attached.
> 
> -- 
> Alexander Cherepanov

Download attachment "JtR_Dynamic_statics.patch" of type "application/octet-stream" (7700 bytes)

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.