Go to file
knakahara 10f2dc77bc Add init function for mbuf.
some functions use mbuf as stack variable instead of allocating by m_get().
They should use this function(s) to prevent access to uninitialized fields.

Currently, the mbuf stack allocating functions are the following.
    + sys/dev/ic/bwi.c
      - bwi_rxeof()
      - bwi_encap()
    + sys/dev/ic/dp8390.c
      - dp8390_ipkdb_send()
    + sys/dev/pci/if_txp.c
      - txp_download_fw_section()
    + sys/dev/ppbus/if_plip.c
      - lptap()
    + sys/net/bpf.c
      - _pf_mtap2()
      - _pf_mtap_af()
      - _pf_mtap_sl_out()
    + sys/netisdn/i4b_ipr.c
      - ipr_rx_data_rdy()
      - ipr_tx_queue_empty()

Reviewed by kre@n.o and christos@n.o, thanks.
2016-04-20 08:50:43 +00:00
bin Remove some double quotes. 2016-04-04 13:05:56 +00:00
common fix infinite recursion through thr_getspecific 2016-02-28 02:56:39 +00:00
compat remove the xfree86 reachover makefiles and the vast majority of 2015-07-23 08:03:24 +00:00
crypto If PAM is configured to read user-specified environment variables 2016-04-14 16:42:09 +00:00
dist/pf Fix obviously broken condition. 2015-08-28 12:17:41 +00:00
distrib Add a new test case for PPPoE using PAP 2016-04-15 01:38:16 +00:00
doc Fix format 2016-04-13 00:47:46 +00:00
etc Add a new test case for PPPoE using PAP 2016-04-15 01:38:16 +00:00
external Re-order includes so that ARM_TARGET2_DWARF_FORMAT takes effect 2016-04-20 06:51:03 +00:00
extsrc
games tetris(6) is not limited to CRT displays. noted by tnn 2016-03-12 03:14:59 +00:00
gnu has moved to external/gpl3 2016-01-16 18:41:12 +00:00
include Implement pidfile_lock, pidfile_read and pidfile_clean. 2016-04-10 19:05:50 +00:00
lib From Ingo Schwarze: 2016-04-19 19:50:53 +00:00
libexec use %zu instead of %lu for size_t. 2016-04-15 20:00:13 +00:00
regress PR/50941: David Binderman: fix printf format 2016-03-11 18:26:40 +00:00
rescue Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8). 2014-09-11 13:10:03 +00:00
sbin Separate nexthop caches from the routing table 2016-04-04 07:37:07 +00:00
share Tweak wording. Use \(em for emdash. 2016-04-15 17:55:58 +00:00
sys Add init function for mbuf. 2016-04-20 08:50:43 +00:00
tests Add a test case for static ARP 2016-04-18 02:27:34 +00:00
tools Disable stripping pcc tool. 2016-03-30 23:36:45 +00:00
usr.bin __diagused, not __unused -- used in an assert. 2016-04-07 23:29:59 +00:00
usr.sbin PR/51062: Abhinav Upadhyay: Allow non numeric sections to be indexed and 2016-04-13 11:48:29 +00:00
build.sh Make evbarm64 (little endian) the default for aarch64. 2015-06-27 06:00:28 +00:00
BUILDING Document MKREPRO_TIMESTAMP. 2016-01-29 13:51:13 +00:00
Makefile fix direct reference to texinfo, bleh 2016-01-14 02:51:25 +00:00
Makefile.inc
UPDATING be more specific about what needs to be cleaned for libedit. 2016-04-18 19:37:41 +00:00