Zhihong Peng 6e0290250d build: enable AddressSanitizer
AddressSanitizer [1] a.k.a. ASan is a widely-used debugging tool to
detect memory access errors.
It helps to detect issues like use-after-free, various kinds of buffer
overruns in C/C++ programs, and other similar errors, as well as
printing out detailed debug information whenever an error is detected.

ASan is integrated with gcc and clang and can be enabled via a meson
option: -Db_sanitize=address
See the documentation for details (especially regarding clang).

Enabling ASan has an impact on performance since additional checks are
added to generated binaries.

Enabling ASan with Windows is currently not supported in DPDK.

1: https://github.com/google/sanitizers/wiki/AddressSanitizer

Signed-off-by: Xueqin Lin <xueqin.lin@intel.com>
Signed-off-by: Zhihong Peng <zhihongx.peng@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
2021-10-29 15:25:34 +02:00

77 lines
1.4 KiB
ReStructuredText

.. SPDX-License-Identifier: BSD-3-Clause
Copyright(c) 2010-2017 Intel Corporation.
Programmer's Guide
==================
.. toctree::
:maxdepth: 3
:numbered:
intro
overview
env_abstraction_layer
service_cores
trace_lib
rcu_lib
ring_lib
stack_lib
mempool_lib
mbuf_lib
poll_mode_drv
rte_flow
switch_representation
traffic_metering_and_policing
traffic_management
bbdev
cryptodev_lib
compressdev
regexdev
dmadev
rte_security
rawdev
link_bonding_poll_mode_drv_lib
timer_lib
hash_lib
toeplitz_hash_lib
efd_lib
member_lib
lpm_lib
lpm6_lib
flow_classify_lib
packet_distrib_lib
reorder_lib
ip_fragment_reassembly_lib
generic_receive_offload_lib
generic_segmentation_offload_lib
pcapng_lib
pdump_lib
multi_proc_support
kernel_nic_interface
thread_safety_dpdk_functions
eventdev
event_ethernet_rx_adapter
event_ethernet_tx_adapter
event_timer_adapter
event_crypto_adapter
qos_framework
power_man
packet_classif_access_ctrl
packet_framework
vhost_lib
metrics_lib
telemetry_lib
bpf_lib
ipsec_lib
graph_lib
source_org
build-sdk-meson
meson_ut
build_app
perf_opt_guidelines
writing_efficient_code
lto
profile_app
asan
glossary