Date: Wed, 14 Aug 2019 13:15:13 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 184141] ppp: Kernel PPPoE sends bad echo-req magic number on big endian machines Message-ID: <bug-184141-7501-VxUKzM3q3Q@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-184141-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-184141-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D184141 --- Comment #8 from commit-hook@freebsd.org --- A commit references this bug: Author: emaste Date: Wed Aug 14 13:14:48 UTC 2019 New revision: 351025 URL: https://svnweb.freebsd.org/changeset/base/351025 Log: MFC r350497: ppp: correct echo-req magic number on big endian archs The magic number is a 32-bit quantity; use uint32_t to match hton's return type and avoid sending zeros (upper 32 bits) on big-endian architectures. PR: 184141 Sponsored by: The FreeBSD Foundation Changes: stable/12/sys/net/if_spppsubr.c --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-184141-7501-VxUKzM3q3Q>