xiang

Results 9 issues of xiang

Hi, Thanks for your time & patience to review this PR. We are researchers focusing on Rust unit tests by LLM. By examine the existing code, we found a unit...

Hi, Thanks for your time and patience. I'm not sure if it's bug in the lab or the inconsistency in my toml file, I need your help, thanks. I'm using...

Hi, Thanks for your time & patience to review this PR. We are researchers focusing on Rust unit tests. By examine the existing code, we found a unit test can...

Hi, Thanks for your time & patience to review this PR. We are researchers focusing on Rust unit tests, we revised our tool for better **readability**. By examine the existing...

Hi, thanks for your time to read this issue. Our static analysis tool found there might be an unsound issue in your `value_to_string_unchecked` converting the vallue to utf8 str: https://github.com/d-unsed/ruru/blob/587f1c40b741c5e62bf9bf8736c0158f8cd5210e/src/binding/string.rs#L28-L37...

Hi, thanks for your time to read this issue. Our static analysis tool found there might be an unsound issue in your `set_len` implementation of buffer: https://github.com/kenba/opencl3/blob/1d7d74da2ff76c93c7418dd016386a8b907e2bd3/src/svm.rs#L300-L311 As mentioned in...

**Describe the bug** Hi, thanks for your time. Our static analyzer finds the PageVec doesn't check for ZST as element. **To Reproduce** Please run folloiwng poc: ```rust use memory_pages::PagedVec; #[derive(Debug)]...

bug

Hi, thanks for your time to read this issue. We cannot find a repo for this crate, so we report the issue here. If it's not the correct place, plet...

Hi, thanks for your time to read this issue. Our static analyzer find a potential unsound issue in the memory allocation, where it doesn't provide enough check to ensure the...