LuMingYinDetect

Results 20 issues of LuMingYinDetect

Hello, I am a graduate student specializing in static analysis of programs. Recently, while using a static analysis tool to detect issues in open-source projects, I found several defects in...

Hello, I am a graduate student specializing in static analysis of programs. Recently, while using a static analysis tool to detect issues in open-source projects, I found several defects in...

Hello, I am a graduate student specializing in static analysis of programs. Recently, while using a static analysis tool to detect issues in open-source projects, I found several defects in...

Hello! I am a graduate student working on static analysis. When I used a static analysis tool to analyze libming, I found a memory leak defect at line 223 in...

Hello! I am a graduate student working on static analysis. When I used a static analysis tool to analyze libming, I found a memory leak defect at line 2003 in...

Hello! I am a graduate student working on static analysis. When I used a static analysis tool to analyze libming, I found a memory leak defect at line 77 in...

I found a suspected memory leak defect at line 151 of the file /jerryscript/jerry-ext/util/sources.c using a static analysis tool. Below is the link to the detailed description of this defect:https://github.com/LuMingYinDetect/jerryscript_defects/blob/main/jerryscript_detect_1.md

Fix memory leak related to variable slot_nodes in the clusterManagerFixSlotsCoverage() function

**Describe the bug** At line 3540 in the file /redis/src/redis-cli.c, a pointer variable named argv2 is defined. This pointer variable is assigned a dynamically allocated memory block using the zmalloc...

**Describe the bug** A variable named "slot_nodes" is defined at line 5967 of the file redis-cli.c in /redis/src/. It allocates a block of dynamic memory using the listCreate function. When...