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:	Tue, 12 May 2015 06:47:09 -0700
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	Florent Fourcot <florent.fourcot@...t-bretagne.fr>
Cc:	netdev <netdev@...r.kernel.org>
Subject: [RFC] about "ipv6: tcp: fix flowlabel value in ACK messages send
 from TIME_WAIT"

Hi Florent 

make C=2 CF=-D__CHECK_ENDIAN__ net/ipv4/tcp_minisocks.o
...
net/ipv4/tcp_minisocks.c:303:46: warning: restricted __be32 degrades to integer

            tw->tw_flowlabel = np->flow_label >> 12;


np->flow_label is a __be32 (network byte order)

Not sure what is expected from this shift on a BE machine, I am guessing
this is not giving the expected result.

Thanks


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