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] [day] [month] [year] [list]
Date:   Tue, 15 Jan 2019 21:45:44 -0800 (PST)
From:   David Miller <davem@...emloft.net>
To:     gregkh@...uxfoundation.org
Cc:     netdev@...r.kernel.org, dave.taht@...il.com, cferris@...gle.com
Subject: Re: [PATCH] IN_BADCLASS: fix macro to actually work

From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Date: Thu, 10 Jan 2019 21:24:13 +0100

> Commit 65cab850f0ee ("net: Allow class-e address assignment via ifconfig
> ioctl") modified the IN_BADCLASS macro a bit, but unfortunatly one too
> many '(' characters were added to the line, making any code that used
> it, not build properly.
> 
> Also, the macro now compares an unsigned with a signed value, which
> isn't ok, so fix that up by making both types match properly.
> 
> Reported-by: Christopher Ferris <cferris@...gle.com>
> Fixes: 65cab850f0ee ("net: Allow class-e address assignment via ifconfig ioctl")
> Cc: Dave Taht <dave.taht@...il.com>
> Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

Applied.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ