| /OK3568_Linux_fs/kernel/samples/livepatch/ |
| H A D | livepatch-shadow-fix1.c | 56 int **leak = ctor_data; in shadow_leak_ctor() local 61 *shadow_leak = *leak; in shadow_leak_ctor() 68 int *leak; in livepatch_fix1_dummy_alloc() local 83 leak = kzalloc(sizeof(*leak), GFP_KERNEL); in livepatch_fix1_dummy_alloc() 84 if (!leak) in livepatch_fix1_dummy_alloc() 87 shadow_leak = klp_shadow_alloc(d, SV_LEAK, sizeof(leak), GFP_KERNEL, in livepatch_fix1_dummy_alloc() 88 shadow_leak_ctor, &leak); in livepatch_fix1_dummy_alloc() 91 __func__, d, leak); in livepatch_fix1_dummy_alloc() 101 kfree(leak); in livepatch_fix1_dummy_alloc()
|
| H A D | livepatch-shadow-mod.c | 98 int *leak; in dummy_alloc() local 108 leak = kzalloc(sizeof(*leak), GFP_KERNEL); in dummy_alloc() 109 if (!leak) { in dummy_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/of/unittest-data/ |
| H A D | overlay_bad_add_dup_prop.dts | 17 * Modifying a property results in a WARNING that a memory leak 19 * fails, the memory leak does actually occur, and kmemleak will 20 * further report the memory leak if CONFIG_DEBUG_KMEMLEAK is 22 * memory leak and thus people who use kmemleak will not
|
| /OK3568_Linux_fs/buildroot/package/watchdogd/ |
| H A D | Config.in | 45 int "File descriptor leak monitor poll interval (sec)" 48 Poll interval for file descriptor leak monitor, in seconds. A 52 int "Memory leak monitor poll interval (sec)" 55 Poll interval for memory leak monitor, in seconds. A value of
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/ |
| H A D | 0001-ptpd-Solve-memory-leak-for-function-NTPDCrequest.patch | 4 Subject: [PATCH] ptpd: Solve memory leak for function NTPDCrequest 6 Solve the memory leak in function NTPDCrequest detected by valgrind tool. 8 Memory leak log example:
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/libx11/ |
| H A D | CVE-2022-3554.patch | 4 Subject: [PATCH] fix a memory leak in XRegisterIMInstantiateCallback 10 fix a memory leak in XRegisterIMInstantiateCallback 23 Subject: Re: Yet another leak in Xlib
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/ |
| H A D | power_domain.txt | 33 compatible = "foo,i-leak-current"; 40 compatible = "foo,i-leak-current"; 99 compatible = "foo,i-leak-current"; 106 compatible = "foo,i-leak-current";
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/ |
| H A D | 0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch | 4 Subject: Don't leak temporary file on failed multi-file ed-style patch 7 would still leak temporary files in the case of multi-file ed-style 18 Fixes: 19599883ffb6 ("Don't leak temporary file on failed ed-style patch")
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/ |
| H A D | patch_2.7.6.bb | 11 file://0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch \ 12 file://0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch \
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0049-mmap-Fix-memory-leak-when-iterating-over-mapped-memo.patch | 4 Subject: [PATCH] mmap: Fix memory leak when iterating over mapped memory 7 is not being released causing it to leak.
|
| H A D | 0053-kern-efi-Fix-memory-leak-on-failure.patch | 4 Subject: [PATCH] kern/efi: Fix memory leak on failure
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kmemleak.rst | 9 Valgrind tool (``memcheck --leak-check``) to detect the memory leaks in 60 clear list of current memory leak suspects, done by 95 memory leak. 115 block is not considered a leak. One example is __vmalloc(). 163 - ``kmemleak_not_leak`` - mark an object as not a leak 164 - ``kmemleak_ignore`` - do not scan or report an object as leak 199 the minimum age of an object to be reported as a memory leak. 212 number of false negatives. However, it is likely that a real memory leak
|
| /OK3568_Linux_fs/buildroot/package/xerces/ |
| H A D | 0002-InMemMsgLoader-loadMsg-fix-memory-leak-when-transcod.patch | 4 Subject: [PATCH] InMemMsgLoader::loadMsg(): fix memory leak when transcoding 9 which causes the tmp1 string to leak. 79 + // Note: tmp4 cannot leak
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | conn_object.c | 462 bool leak = false; in rxrpc_destroy_all_connections() local 477 leak = true; in rxrpc_destroy_all_connections() 480 BUG_ON(leak); in rxrpc_destroy_all_connections()
|
| /OK3568_Linux_fs/buildroot/package/curlftpfs/ |
| H A D | 0002-free_ftpfs_file-memleak-fix.patch | 3 Fix a memory leak. See Bug #587250.
|
| /OK3568_Linux_fs/kernel/Documentation/features/debug/kmemleak/ |
| H A D | arch-support.txt | 4 # description: arch supports the kernel memory leak detector
|
| /OK3568_Linux_fs/buildroot/package/duma/ |
| H A D | Config.in | 22 bool "disable memory leak detection"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
| H A D | cve-2018-10195.patch | 1 Integer overflow in src/zm.c:zsdata() causes crash in sz and can leak information to receiver.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libleak/ |
| H A D | libleak_git.bb | 4 SUMMARY = "libleak detects memory leak by hooking memory functions (e.g. malloc) by LD_PRELOAD"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/slang/slang/ |
| H A D | terminfo_fixes.patch | 73 +MEMCHECK = valgrind --tool=memcheck --leak-check=yes --leak-resolution=med --num-callers=20
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/ |
| H A D | 0002-interim-fix-vc1-stream-may-memory-leak-when-pending.patch | 4 Subject: [PATCH 02/41] interim fix vc1 stream may memory leak when pending
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | 0002-interim-fix-vc1-stream-may-memory-leak-when-pending.patch | 4 Subject: [PATCH 02/41] interim fix vc1 stream may memory leak when pending
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/ |
| H A D | 0002-interim-fix-vc1-stream-may-memory-leak-when-pending.patch | 4 Subject: [PATCH 02/33] interim fix vc1 stream may memory leak when pending
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/libsdl2/libsdl2/ |
| H A D | 0001-Fix-potential-memory-leak-in-GLES_CreateTextur.patch | 4 Subject: [PATCH] Fix potential memory leak in GLES_CreateTextur
|
| /OK3568_Linux_fs/buildroot/package/libopenssl/ |
| H A D | 0002-Reproducible-build-do-not-leak-compiler-path.patch | 4 Subject: [PATCH] Reproducible build: do not leak compiler path
|