From: David Howells <dhowells@redhat.com>
To: unlisted-recipients:; (no To-header on input)
Cc: dhowells@redhat.com, James Morris <jmorris@namei.org>,
mcgrof@gmail.com, zohar@linux.vnet.ibm.com, dwmw2@infradead.org,
linux-kernel@vger.kernel.org,
linux-security-module@vger.kernel.org
Subject: Re: [GIT PULL] MODSIGN: Use PKCS#7 for module signatures [ver #8]
Date: Thu, 13 Aug 2015 03:55:46 +0100 [thread overview]
Message-ID: <28480.1439434546@warthog.procyon.org.uk> (raw)
In-Reply-To: <28281.1439431881@warthog.procyon.org.uk>
David Howells <dhowells@redhat.com> wrote:
> > I'm still seeing these warnings:
> >
> > scripts/sign-file.c: In function ‘main’:
> > scripts/sign-file.c:188: warning: value computed is not used
>
> Ummm... What do you see on line 188? "BIO_reset(b);"? If so, that seems to
> be an openssl bug. b is created four lines above and definitely used on the
> following line, so the problem must lie with the BIO_reset() function or
> macro.
It seems that the definition of BIO_reset() is the same in 1.0.1e as in
1.0.1k.
I was assuming that the value computed that is not being used is 'b' or some
internal state, but I can't see how that is the case. I think it's actually
the result of the function - which is being cast, otherwise your compiler
would just ignore it.
I presume you're using the RHEL-6 compiler?
David
next prev parent reply other threads:[~2015-08-13 2:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-12 17:06 David Howells
2015-08-13 0:59 ` James Morris
2015-08-13 2:11 ` David Howells
2015-08-13 2:55 ` David Howells [this message]
2015-08-13 3:13 ` David Howells
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=28480.1439434546@warthog.procyon.org.uk \
--to=dhowells@redhat.com \
--cc=dwmw2@infradead.org \
--cc=jmorris@namei.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=mcgrof@gmail.com \
--cc=zohar@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome