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>] [day] [month] [year] [list]
Date:	Fri, 14 Dec 2007 23:42:37 +0100
From:	Bernard Pidoux <pidoux@....jussieu.fr>
To:	"David S. Miller" <davem@...emloft.net>
CC:	Ralf Baechle DL5RB <ralf@...ux-mips.org>,
	Linux Netdev List <netdev@...r.kernel.org>
Subject: [PATCH] [ROSE] ROSE_PACLEN  definition used a number constant value

Hi,

ROSE_PACLEN was defined by a substraction using a fixed constant value 
of 256 in af_rose.c

#define ROSE_PACLEN (256-ROSE_MIN_LEN)

For more convenience 256 is replaced by AX25_DEF_PACLEN default size 
declared in ax25.h which is the actual AX25 MTU.


signed off by Bernard Pidoux, f6bvp@...at.org


View attachment "rose-2.6.24-rc5.patch5" of type "text/plain" (385 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ