summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-12-10 15:38:18 +0100
committerAlbin <albin@mullvad.net>2024-12-10 15:38:18 +0100
commitcc60e467fdc57edbc85fe112320f07e770ae94f1 (patch)
treea863faf29fb5282b7ea8fc248ab23ddb3e184228 /android
parentc5089569e507c4485ef2916a40cb635d47abd1f3 (diff)
downloadmullvadvpn-cc60e467fdc57edbc85fe112320f07e770ae94f1.tar.xz
mullvadvpn-cc60e467fdc57edbc85fe112320f07e770ae94f1.zip
Update changelog for android/2024.9
Diffstat (limited to 'android')
-rw-r--r--android/CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md
index ea1b80e701..279df052fd 100644
--- a/android/CHANGELOG.md
+++ b/android/CHANGELOG.md
@@ -24,6 +24,12 @@ Line wrap the file at 100 chars. Th
## [Unreleased]
+## [android/2024.9] - 2024-12-09
+
+### Changed
+- Improve detection and logging of a potential rare in-app purchase limbo state.
+
+
## [android/2024.9-beta1] - 2024-11-27
### Added
@@ -44,6 +50,13 @@ Line wrap the file at 100 chars. Th
- Fix ANR due to the tokio runtime being blocked by `getaddrinfo` when dropped.
- Fix crash when having a legacy VPN profile as always-on.
+### Security
+- Remove alternative stack for fault signal handlers on unix based systems. It was implemented
+ incorrectly and could cause stack overflow and heap memory corruption.
+ Fixes audit issue `MLLVD-CR-24-01`.
+- Remove/disable unsafe signal code from fault signal handler on unix based systems.
+ Fixes audit issue `MLLVD-CR-24-02`.
+
## [android/2024.8] - 2024-11-01