mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-24 23:26:41 +00:00
Merge branch 'dev' into network-check
This commit is contained in:
commit
2e882b4af2
@ -9,9 +9,9 @@ The following versions of ZeroTier One receive security updates
|
|||||||
|
|
||||||
| Version | Supported |
|
| Version | Supported |
|
||||||
| ------- | ------------------ |
|
| ------- | ------------------ |
|
||||||
| 1.10.x | :white_check_mark: |
|
| 1.12.x | :white_check_mark: |
|
||||||
| 1.8.x | :white_check_mark: |
|
| 1.10.x | :white_check_mark: |
|
||||||
| < 1.8.0 | :x: |
|
| < 1.10.0 | :x: |
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
|
2
one.cpp
2
one.cpp
@ -1210,7 +1210,7 @@ static int cli(int argc,char **argv)
|
|||||||
FSRefMakePath(&fsref, path, sizeof(path)) == noErr) {
|
FSRefMakePath(&fsref, path, sizeof(path)) == noErr) {
|
||||||
|
|
||||||
} else if (getenv("SUDO_USER")) {
|
} else if (getenv("SUDO_USER")) {
|
||||||
sprintf((char*)path, "/Users/%s/Desktop/", getenv("SUDO_USER"));
|
sprintf((char*)path, "/Users/%s/Desktop", getenv("SUDO_USER"));
|
||||||
} else {
|
} else {
|
||||||
fprintf(stdout, "%s", dump.str().c_str());
|
fprintf(stdout, "%s", dump.str().c_str());
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user