Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Wed, 1 Aug 2012 21:32:07 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: 1.7.9-jumbo-6-fixes warnings in mskrb5_fmt_plug.c and sip_fmt_plug.c

mskrb5_fmt_plug.c:415:3: warning: initialization from incompatible
pointer type [enabled by default]
mskrb5_fmt_plug.c:415:3: warning: (near initialization for
‘fmt_mskrb5.methods.split’) [enabled by default]
sip_fmt_plug.c:62:17: warning: ‘login’ defined but not used
[-Wunused-variable]

mskrb5_fmt_plug.c:415 defines split(), but with an additional parameter
that isn't defined in formats.h.

Introduced by

commit 87f0ed13ba7b7ff21a8a107659a3428716b27dca
Author: JimF <jfoug@....net>
Date:   Mon Jul 30 19:37:35 2012 -0500

    All known changes from JimF, along with unification of differences
between core-jumbo-magjumbo-bleeding



static login_t *login = NULL;
in sip_fmt_plug.c

That line was introduced by

commit b931857ca6f3480e6d08bd3247f3bb95831ac5b5
Author: dsk <dhiru.kholia@...il.com>
Date:   Tue Mar 13 21:03:21 2012 +0530

    Fix memory leaks in SIP format.

    Signed-off-by: dsk <dhiru.kholia@...il.com>

But the "unused" might have been introduced later.

Frank

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.