kaiyu xie

Results 8 issues of kaiyu xie

If a node with the character 's' exceeds 64, it will always be a repeated node ![微信截图_20240106195849](https://github.com/SVF-tools/SVF/assets/47141195/48a89e1c-906f-405a-b492-4e82a152630d)

Hello, My fuzzer found a strange file that seemed to keep the program occupying resources and unable to stop. ## Description The program consistently hangs after attempting to map a...

## Description The application crashes due to a heap buffer overflow error when executing the `plutovg_surface_write_to_png` function. This indicates that the application attempted to write/read past the end of an...

## Description The application crashes due to a heap use-after-free error when executing the `composition_solid_source_over` function. This indicates that the application attempted to read memory that had already been freed,...

Hello, I am testing my new fuzz tester recently. I found a crash when testing example in this project. ## Description When running the application with AddressSanitizer, it crashes during...

Hello, I am testing my new fuzz tester recently. I found a crash when testing example in this project. ## Description The application crashes due to a segmentation fault when...

I found the vulnerability while testing my new fuzz tool. ## Description While running `pngimage` tests with AddressSanitizer (ASan), memory leaks were detected in `read_png()` during calls to `png_create_read_struct()` and...

I found the vulnerability while testing my new fuzz tool. ## Description When running pngimage with AddressSanitizer (ASan), the program leaks memory in various locations, eventually leading to high memory...