- Oct 15, 2024
-
-
Andrey Kovalev authored
-
- May 30, 2024
-
-
Egor Ignatov authored
-
- May 27, 2024
-
-
Egor Ignatov authored
-
- May 10, 2024
-
-
pwngchen authored
-
- May 05, 2024
-
-
pwngchen authored
-
- May 04, 2024
-
-
pwngchen authored
-
- May 03, 2024
- Apr 25, 2024
-
-
Yunlongs authored
I found there were clippy warnings introduced in recent rust versions. I fixed the following three types of warnings: 1. creating a mutable reference to mutable static is discouraged https://github.com/rust-lang/rust/issues/114447 2. initializer for `thread_local` value can be made `const` https://rust-lang.github.io/rust-clippy/master/index.html#thread_local_initializer_can_be_made_const 3. unused imported libraries
-
Yunlongs authored
In hooper sanitizer, if there is a seed with multiply line of constraints, current parse logic will crash. For example, “<SANITIZER> .. * Violate constraint: curl_ws_send[$1] = NeedInit$, <SANITIZER>... * Violate constraint: curl_easy_recv[$0] = NeedInit$, curl_easy_recv[$0] = NeedInit$, curl_easy_recv[$0] = NeedInit$," In this commit, I fixed the parse error.
-
- Apr 08, 2024
-
-
Egor Ignatov authored
-
- Mar 28, 2024
-
-
Egor Ignatov authored
-
- Mar 27, 2024
-
-
Egor Ignatov authored
-
- Mar 21, 2024
-
-
pwngchen authored
-
- Feb 22, 2024
- Jan 02, 2024
- Dec 21, 2023
- Dec 20, 2023
- Dec 05, 2023
- Nov 11, 2023
- Nov 09, 2023
-
-
pwngchen authored
-
- Nov 08, 2023