CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/06/04 11:35:21
Modified files: sys/net : if_ethersubr.c Log message: Extract ether type after completing length check. It is cleaner to read ether_type from the mbuf data after ether_extract_headers() has completed all relevant length checks. Note that out of bounds access was already prevented before. OK jan@