YanLi
YanLi
During fuzz testing of the uriparser library, we discovered a few potential security vulnerabilities that could impact the robustness and security of the software. These issues were identified in functions...
**Describe the bug** There is a potential vulnerability in ReadFileFromMemory in Assimp. When calling ReadFileFromMemory, heap-buffer-overflow will appear. **To Reproduce** Steps to reproduce the behavior: 1. Testint Code ``` if...
Hello, I am currently using this project for experimentation and encountered three issues during the process: Firstly, make.yml seems to be incomplete and inaccurate. I have found that the configuration...
# Description There appears to be a potential memory leak issue within the Status class of the leveldb project. This issue was discovered during fuzz testing and further analysis of...
### Description The `leveldb_open` function in LevelDB is vulnerable to a null pointer dereference issue, where it directly converts a `const char* name` to a `std::string` without null checks. This...
### Title Memory Leak in leveldb_filterpolicy_create_bloom Function ### Body **Description** There appears to be a potential memory leak in the implementation of `leveldb_filterpolicy_create_bloom` in `db/c.cc`. The leak occurs when an...
**Describe the bug** The aiGetPredefinedLogStream function in the Assimp library causes an out-of-memory error when repeatedly called. This is due to a memory leak where allocated LogStream objects are not...
Description: A memory corruption issue has been detected in the cre2 library when cleaning up after regex operations. This issue was discovered using AddressSanitizer (ASan) and a fuzzing test. Steps...