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, 14 May 2014 04:01:14 -0600
From:	Gerrit Renker <gerrit@....abdn.ac.uk>
To:	Wang Weidong <wangweidong1@...wei.com>
Cc:	David Miller <davem@...emloft.net>, <dccp@...r.kernel.org>,
	netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next] dccp: make the request_retries minimum is 1

> Signed-off-by: Wang Weidong <wangweidong1@...wei.com>

Signed-off-by: Gerrit Renker <gerrit@....abdn.ac.uk>


> ---
>  net/dccp/sysctl.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/net/dccp/sysctl.c b/net/dccp/sysctl.c
> index 607ab71..53731e4 100644
> --- a/net/dccp/sysctl.c
> +++ b/net/dccp/sysctl.c
> @@ -20,6 +20,7 @@
>  
>  /* Boundary values */
>  static int		zero     = 0,
> +			one      = 1,
>  			u8_max   = 0xFF;
>  static unsigned long	seqw_min = DCCPF_SEQ_WMIN,
>  			seqw_max = 0xFFFFFFFF;		/* maximum on 32 bit */
> @@ -58,7 +59,7 @@ static struct ctl_table dccp_default_table[] = {
>  		.maxlen		= sizeof(sysctl_dccp_request_retries),
>  		.mode		= 0644,
>  		.proc_handler	= proc_dointvec_minmax,
> -		.extra1		= &zero,
> +		.extra1		= &one,
>  		.extra2		= &u8_max,
>  	},
>  	{

--
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