Searched refs:leak (Results 1 – 25 of 28) sorted by relevance
12
/Zephyr-latest/scripts/ |
D | valgrind.supp | 4 match-leak-kinds: reachable 13 match-leak-kinds: reachable,possible 21 match-leak-kinds: reachable,possible 30 match-leak-kinds: reachable 38 match-leak-kinds: possible 45 match-leak-kinds: possible
|
/Zephyr-latest/subsys/debug/ |
D | Kconfig | 136 Note that at exit leak detection is disabled for 64-bit boards when 161 LSAN (leak sanitizer) that if dlcose is called before performing the leak 162 check, "<unknown module>" is reported in the stack traces during the leak
|
/Zephyr-latest/cmake/modules/ |
D | unittest.cmake | 159 --leak-check=full
|
/Zephyr-latest/dts/arm/nuvoton/npcx/ |
D | npcx.dtsi | 59 * 'leak-gpios' prop. at board DT file to save more power consumption.
|
/Zephyr-latest/doc/kernel/usermode/ |
D | overview.rst | 11 malicious user mode thread cannot leak or modify the private data/resources
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 150 * Fixed ASCS possible ASE leak 189 * Fixed OTS memory leak while procedure is not finished 190 * Fixed a connection reference leak 273 * Fixed leak in scheduled ticker node when rescheduling ticker nodes 932 * Fixed possible memory leak in case listening socket was closed during active handshake.
|
D | release-notes-3.7.rst | 1297 * Fixed ESP32 Wi-Fi driver memory leak. 1306 * Fixed a possible ARP entry leak. 1475 * Fixed a potential socket leak in MQTT Websockets transport. 1547 * Fixed a possible TCP context leak in case initial SYN packet transmission failed. 1595 * Fixed possible socket leak in case of errors during zperf session. 1924 * Fixed memory leak in bootutil HKDF implementation
|
D | release-notes-2.4.rst | 789 * Fixed getaddrinfo resource leak. 1000 * :github:`28172` - [Coverity CID :214227] Resource leak in subsys/mgmt/hawkbit/hawkbit.c 1192 * :github:`27328` - [Coverity CID :211586] Resource leak in tests/posix/fs/src/test_fs_open_flags.c 1265 * :github:`26994` - [Coverity CID :210616] Resource leak in lib/updatehub/updatehub.c 1268 * :github:`26991` - [Coverity CID :210072] Resource leak in subsys/mgmt/smp_udp.c 1507 * :github:`25792` - [Coverity CID :210552] Resource leak in tests/net/pm/src/main.c 1677 * :github:`23178` - usb: endpoint buffer leak upon SET_CONFIGURATION, SET_INTERFACE
|
D | release-notes-2.6.rst | 1538 * :github:`33802` - [Coverity CID: 220434] Resource leak in tests/lib/mem_alloc/src/main.c 1555 * :github:`33785` - [Coverity CID: 220451] Resource leak in tests/lib/mem_alloc/src/main.c 1649 * :github:`33318` - [Coverity CID: 219722] Resource leak in tests/lib/mem_alloc/src/main.c 1700 * :github:`33094` - [Coverity CID :215381] Resource leak in samples/net/mdns_responder/src/service.c 1792 * :github:`32953` - [Coverity CID :219487] Resource leak in tests/net/socket/getaddrinfo/src/main.c 1796 * :github:`32949` - [Coverity CID :219491] Resource leak in tests/net/socket/af_packet/src/main.c 1826 * :github:`32919` - [Coverity CID :219527] Resource leak in tests/net/socket/getaddrinfo/src/main.c 1844 * :github:`32898` - Bluetooth: controller: Control PDU buffer leak into Data PDU buffer pool
|
D | release-notes-4.0.rst | 920 * Fix memory leak in hostap when doing a disconnect. 1022 * Fix net_pkt leak in :c:func:`send_ipv4_fragment`.` 1023 * Fixed tx_pkts slab leak in send_ipv4_fragment 1146 * Fixed socket leak when closing NSOS socket.
|
D | release-notes-2.3.rst | 557 * Fixed PMA leak at reset on stm32 753 * :github:`25793` - [Coverity CID :210561] Resource leak in tests/net/socket/socketpair/src/test_so… 1129 * :github:`23587` - [Coverity CID :208913] Resource leak in tests/net/socket/af_packet/src/main.c 1136 * :github:`23580` - [Coverity CID :208920] Resource leak in tests/net/socket/af_packet/src/main.c
|
D | release-notes-1.9.rst | 270 * ``ZEP-2289`` - [DoS] Memory leak from large TCP packets
|
D | release-notes-3.6.rst | 769 * Fixed a packet leak in ICMP Echo Request handlers in case priority check 836 * Fixed a possible packet leak at the ARP level, in case of errors during ARP 961 * Fixed zperf session leak on interrupted downloads.
|
D | release-notes-2.1.rst | 620 * :github:`20122` - Deadlock in ASAN leak detection on exit 650 * :github:`19889` - Buffer leak in GATT for Write Without Response and Notifications
|
D | release-notes-3.2.rst | 841 * Fixed net_pkt leak with shallow clone. 1493 * Fixed pthread descriptor resource leak. Previously only pthreads with state 1773 - :github:`50427` - Bluetooth: host: central connection context leak 1874 * :github:`50235` - UDP: Memory leak when allocated packet is smaller than requested 2227 * :github:`47609` - posix: pthread: descriptor leak with pthread_join
|
D | release-notes-3.4.rst | 1061 * Fixed a potential packet leak in DHCPv4 input handler. 1095 * Fixed a packet leak when handling beacon/command frames.
|
D | release-notes-1.10.rst | 401 * :github:`4323` - net: tcp.c: prepare_segment() may leak fragments in case of error
|
D | release-notes-1.14.rst | 54 * :github:`32898` - Bluetooth: controller: Control PDU buffer leak into Data PDU buffer pool 227 * :github:`19889` - Buffer leak in GATT for Write Without Response and Notifications 402 * :github:`17936` - Bluetooth: Mesh: The canceled buffer is not free, causing a memory leak 2195 * :github:`8631` - memory leak in mbedtls using net_app DTLS client
|
D | release-notes-3.3.rst | 1057 * Fixed packet leak in IPv4 address auto-configuration procedure. 1100 * Fixed memory leak in ``net udp`` shell command. 1139 * Fixed a possible memory leak on failed TLS socket creation. 3510 * :github:`50427` - Bluetooth: host: central connection context leak
|
D | release-notes-1.13.rst | 181 * TCP retry, RST packet handling, and memory leak fixes.
|
D | release-notes-2.5.rst | 710 * Fixed TLS context leak on socket allocation failure. 1785 * :github:`26656` - SAM0 USB transfer slot leak
|
D | release-notes-3.1.rst | 653 * Fixed a bug which could cause a socket descriptor leak, in case 665 * Fixed packet leak in network shell TCP receive handler.
|
D | release-notes-3.0.rst | 1307 …38598` - net_context_put will not properly close TCP connection (might lead to tcp connection leak)
|
/Zephyr-latest/doc/security/ |
D | vulnerabilities.rst | 323 service, or possibly an information leak. 477 of service to information leak to memory corruption resulting in code
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 849 must be taken not to leak any register state back to user mode.
|
12