CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/04/11 08:43:49
Modified files:
sys/dev/ic : aac.c adw.c ath.c
sys/dev/pci : azalia.c if_dc_pci.c if_nep.c
sys/dev/usb/dwc2: dwc2_hcd.c
sys/dev/wscons : wsemul_vt100.c wsevent.c
sys/net : if_pfsync.c if_vxlan.c
sys/net80211 : ieee80211_input.c
sys/netinet : ip_carp.c ip_output.c
sys/ntfs : ntfs_subr.c
Log message:
Partially revert previous mallocarray conversions that contain
constants.
The consensus is that if both operands are constant, we don't need
mallocarray. Reminded by tedu@
ok deraadt@