Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Aug 2019 13:43:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 184141] [ppp] [patch] Kernel PPPoE sends bad echo-req magic number on big endian machines
Message-ID:  <bug-184141-7501-EjqBhkXhNT@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 #7 from commit-hook@freebsd.org ---
A commit references this bug:

Author: emaste
Date: Thu Aug  1 13:42:59 UTC 2019
New revision: 350497
URL: https://svnweb.freebsd.org/changeset/base/350497

Log:
  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
  MFC after:    1 week
  Sponsored by: The FreeBSD Foundation

Changes:
  head/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-EjqBhkXhNT>