freebsd-dev/sys/dev/netmap
David Bright 53e992cfb9 Fix several memory leaks.
The libkqueue tests have several places that leak memory by using an
idiom like:

puts(kevent_to_str(kevp));

Rework to save the pointer returned from kevent_to_str() and then
free() it after it has been used.

Reported by:	asomers (pointer to Coverity), Coverity
CID:		1296063, 1296064, 1296065, 1296066, 1296067, 1350287, 1394960
Sponsored by:	Dell EMC
2018-08-14 19:12:45 +00:00
..
if_em_netmap.h netmap: align codebase to upstream version v11.4 2018-04-09 09:24:26 +00:00
if_igb_netmap.h netmap: align codebase to upstream version v11.4 2018-04-09 09:24:26 +00:00
if_ixl_netmap.h netmap: align codebase to upstream version v11.4 2018-04-09 09:24:26 +00:00
if_lem_netmap.h netmap: align codebase to upstream version v11.4 2018-04-09 09:24:26 +00:00
if_ptnet.c netmap and iflib drivers, silence unused var warnings 2018-05-19 05:57:26 +00:00
if_re_netmap.h netmap: align codebase to the current upstream (commit id 3fb001303718146) 2018-04-12 07:20:50 +00:00
if_vtnet_netmap.h netmap: align codebase to the current upstream (commit id 3fb001303718146) 2018-04-12 07:20:50 +00:00
ixgbe_netmap.h netmap: align codebase to upstream version v11.4 2018-04-09 09:24:26 +00:00
netmap_freebsd.c Fix several memory leaks. 2018-08-14 19:12:45 +00:00
netmap_generic.c netmap: pull fix for 32-bit support from upstream 2018-05-18 03:38:17 +00:00
netmap_kern.h netmap: pull fix for 32-bit support from upstream 2018-05-18 03:38:17 +00:00
netmap_legacy.c netmap: pull fix for 32-bit support from upstream 2018-05-18 03:38:17 +00:00
netmap_mbq.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
netmap_mbq.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
netmap_mem2.c netmap: pull fix for 32-bit support from upstream 2018-05-18 03:38:17 +00:00
netmap_mem2.h netmap: align codebase to the current upstream (commit id 3fb001303718146) 2018-04-12 07:20:50 +00:00
netmap_monitor.c netmap: pull fix for 32-bit support from upstream 2018-05-18 03:38:17 +00:00
netmap_offloadings.c netmap: align codebase to upstream version v11.4 2018-04-09 09:24:26 +00:00
netmap_pipe.c netmap: pull fix for 32-bit support from upstream 2018-05-18 03:38:17 +00:00
netmap_pt.c netmap: pull fix for 32-bit support from upstream 2018-05-18 03:38:17 +00:00
netmap_vale.c netmap: pull fix for 32-bit support from upstream 2018-05-18 03:38:17 +00:00
netmap.c netmap: pull fix for 32-bit support from upstream 2018-05-18 03:38:17 +00:00