rustdesk 1.4.1

This commit is contained in:
Hadrien Dussuel
2025-09-06 10:39:15 +02:00
parent d465dde2aa
commit 3476eab15b
9 changed files with 338 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- a/rust-sciter-5322f3a755a0e6bf999fbc60d1efc35246c0f821/src/value.rs 2024-09-21 01:47:30.873313744 +0800
+++ b/rust-sciter-5322f3a755a0e6bf999fbc60d1efc35246c0f821/src/value.rs 2024-09-21 01:48:39.302353395 +0800
@@ -578,6 +578,7 @@
}
#[allow(clippy::mut_from_ref)]
+ #[allow(invalid_reference_casting)]
fn ensure_tmp_mut(&self) -> &mut Value {
let cp = self as *const Value;
let mp = cp as *mut Value;