CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/27 13:13:04
Modified files:
sys/crypto : sha2.c
sys/dev/ic : ar5008.c ar9003.c rtwn.c
sys/kern : sys_generic.c
sys/net : pf.c toeplitz.h
sys/net80211 : ieee80211_input.c
sys/netinet : if_ether.h
Log message:
Fix array bounds mismatch with clang 15
New warning -Warray-parameter is a bit overzealous.
ok millert@ tb@
