lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 20 May 2015 11:40:01 -0700
From:	Cong Wang <cwang@...pensource.com>
To:	Hannes Frederic Sowa <hannes@...essinduktion.org>
Cc:	netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next 2/4] net: af_unix: implement stream sendpage support

On Wed, May 20, 2015 at 8:35 AM, Hannes Frederic Sowa
<hannes@...essinduktion.org> wrote:
>
> +static ssize_t unix_stream_sendpage(struct socket *socket, struct page *page,
> +                                   int offset, size_t size, int flags)
> +{
> +       int err;
> +       bool send_sigpipe;
> +       struct sock *sk, *other;
> +       struct sk_buff *skb, *newskb, *tail;
> +
> +       err = 0;
> +       tail = NULL;
> +       newskb = NULL;
> +       sk = socket->sk;
> +       send_sigpipe = true;


Please fold them.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ