| 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 | ||
| 
 | 
Message-ID: <97e042b4-3d38-c835-fa5d-9fa92c04edb6@redhat.com>
Date:   Mon, 17 Oct 2016 15:56:52 +0200
From:   Ivan Vecera <ivecera@...hat.com>
To:     Ben Greear <greearb@...delatech.com>,
        netdev <netdev@...r.kernel.org>
Subject: Re: ethtool.h compile warning on c++
Dne 14.10.2016 v 21:46 Ben Greear napsal(a):
> I am getting warnings about sign missmatch.
>
> Maybe make SPEED_UNKNOWN be ((__u32)(0xFFFFFFFF)) ?
>
The 0xFFFFFFFFU could be better.
Ivan