diff options
| author | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2024-11-07 14:28:18 +0100 |
|---|---|---|
| committer | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2024-11-07 14:28:18 +0100 |
| commit | 44de4708ef520669fbfb3ed44379e113b7a3c472 (patch) | |
| tree | b064dbf74854fe811c8ddd31bfbd5665fbd66b09 | |
| parent | f4c609aeb4d7ef9cae50a44cd26b0de2faf427e8 (diff) | |
| parent | f992890a07c34b2fe25f7a75407b0382efc01004 (diff) | |
| download | mullvadvpn-44de4708ef520669fbfb3ed44379e113b7a3c472.tar.xz mullvadvpn-44de4708ef520669fbfb3ed44379e113b7a3c472.zip | |
Merge branch 'disable-fault-handler-in-release-changelog'
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f46c72c44..32ea3e8b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,9 @@ Line wrap the file at 100 chars. Th - Fix packets being duplicated on LAN when split tunneling is enabled. ### Security +- Disable unix signal handler in release builds. The code was not signal safe and could potentially + cause issues. This mitigates audit issues `MLLVD-CR-24-01` and `MLLVD-CR-24-02`. + #### Windows - Block WSL/Hyper-V traffic in secured states (except the connected state). The normal firewall (WFP) filters normally do not apply for VMs. This mitigates the issue by ensuring that it does not |
