diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-11-04 19:42:43 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-11-04 19:42:43 +0000 |
| commit | aa0d602ce7f9ca205051819b91ee773943cd8f8d (patch) | |
| tree | f545791dea42e5b7e535357d886ffa29b7c9e4ec | |
| parent | 55f5b5047161ba40f873d162b82e33ee0c943ac8 (diff) | |
| download | mullvadvpn-aa0d602ce7f9ca205051819b91ee773943cd8f8d.tar.xz mullvadvpn-aa0d602ce7f9ca205051819b91ee773943cd8f8d.zip | |
Describe bad file descriptor fix in change log
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 374a6659c8..9e84f6b347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,9 @@ Line wrap the file at 100 chars. Th - Recreate tun device after a fixed number of connection attempts on the same tun device. ### Fixed +- Fix bad file descriptor errors caused by sending a file descriptor between the daemon and the + `wireguard-go` library. + #### Windows - Detect removal of the OpenVPN TAP adapter on reconnection attempts. - Improve robustness in path environment variable logic in Windows installer. Handle the case |
