From: Hannes Frederic Sowa <hannes@stressinduktion.org>
To: Florian Westphal <fw@strlen.de>
Cc: netdev <netdev@vger.kernel.org>, linux-hams@vger.kernel.org
Subject: Re: possible rose recvmsg behavior change after msg_namelen fixes
Date: Fri, 20 Dec 2013 19:11:43 +0100 [thread overview]
Message-ID: <20131220181143.GA10997@order.stressinduktion.org> (raw)
In-Reply-To: <20131220160207.GC29632@breakpoint.cc>
On Fri, Dec 20, 2013 at 05:02:07PM +0100, Florian Westphal wrote:
> Hi.
>
> recvmsg handler in net/rose/af_rose.c performs size-check
> on ->msg_namelen:
>
> if (msg->msg_namelen >= sizeof(struct full_sockaddr_rose)) {
> /* something */
> } else {
> /* else */
> }
>
> Now that msg_namelen is zeroed before the handler calls we always
> hit the 'else' branch.
>
> TBH i don't comprehend how this was/is supposed to work.
>
> Could someone who is familiar with AF_ROSE look at this, before
> I send untested patch that blindly chops off code?
Good catch, thanks!
If in doubt I would just replace msg->msg_namelen with sizeof(struct
sockaddr_storage) and do manual constant folding. ;)
I still have some patches in this area (somehow validating msg_namelen before
calling down to recvmsg, so that we don't dequeue a skb if the msg_name logic
would error out when writing the result back to user space).
The patch is still a mess but maybe we can pass the actual user-supplied
msg_namelen down then, eventually.
prev parent reply other threads:[~2013-12-20 18:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-20 16:02 possible rose recvmsg behavior change after msg_namelen fixes Florian Westphal
2013-12-20 18:11 ` Hannes Frederic Sowa [this message]
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=20131220181143.GA10997@order.stressinduktion.org \
--to=hannes@stressinduktion.org \
--cc=fw@strlen.de \
--cc=linux-hams@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/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