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-next>] [day] [month] [year] [list]
Date:	Wed, 19 Mar 2008 15:41:48 +0300
From:	"Denis V. Lunev" <den@...nvz.org>
To:	David Miller <davem@...emloft.net>
Cc:	Netdev List <netdev@...r.kernel.org>
Subject: [PATCH 0/3 net-2.6.26] ip_options_compile cleanup

This set of patches has been originally sent to to netdev@ two weeks
ago.

The idea is the following: ip_options->is_data field is checked only
inside ip_options_compile when opt != NULL. This is possible only on the
following codepath:
    ip_options_get_finish
        opt->is_data = 1;
        ip_options_compile(opt, NULL)

ip_options->is_data is not a part of user<->kernel interface and can be
removed.

Regards,
	Den

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