[Bug 184141] ppp: Kernel PPPoE sends bad echo-req magic number on big endian machines

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 14 13:16:15 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184141

--- Comment #9 from commit-hook at freebsd.org ---
A commit references this bug:

Author: emaste
Date: Wed Aug 14 13:15:39 UTC 2019
New revision: 351026
URL: https://svnweb.freebsd.org/changeset/base/351026

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:
_U  stable/11/
  stable/11/sys/net/if_spppsubr.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-net mailing list