-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify patch, needed to avoid crashes on startup, to improved one, discussed in upstream PR. Adding the "dont_minimize_extra_stacks" option to the flexi_logger avoids the stack overflow causing the startup crashes. Obtained from: rustdesk/rustdesk-server#232 (comment)
- Loading branch information
1 parent
4422ccd
commit 0bcdff0
Showing
4 changed files
with
12 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
PORTNAME= rustdesk-server | ||
DISTVERSION= 1.1.7-3 | ||
PORTREVISION= 1 | ||
CATEGORIES= net | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- Cargo.toml.orig 2023-03-29 16:43:49 UTC | ||
+++ Cargo.toml | ||
@@ -46,7 +46,7 @@ http = "0.2" | ||
regex = "1.4" | ||
tower-http = { version = "0.3", features = ["fs", "trace", "cors"] } | ||
http = "0.2" | ||
-flexi_logger = { version = "0.22", features = ["async", "use_chrono_for_offset"] } | ||
+flexi_logger = { version = "0.22", features = ["async", "use_chrono_for_offset", "dont_minimize_extra_stacks"] } | ||
ipnetwork = "0.20" | ||
local-ip-address = "0.5.1" | ||
dns-lookup = "1.0.8" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.