CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/19 13:00:58
Modified files:
sys/net : if_pppoe.c
Log message:
Fix an alignment fault observed on an octeon machine while pppoe(4) was
attempting to negotiate a large MTU.
Copy the peer's max payload size from the discovery packet with memcpy()
instead of using a pointer to this value's offset in the packet buffer.
tweak and ok visa@
additional testing and ok sthen@
