diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-28 14:01:18 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-28 14:01:29 -0400 |
| commit | 1d1af72bce9226e99e1e13e0e5b1387953690135 (patch) | |
| tree | 5fe1c0a11f995572dea2c36b38cf50034f6eb24f | |
| parent | 3c028f93998680c6918c4c1eafd5e093c2b5fef0 (diff) | |
fix upstream system_server NPE crash
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index c683bdf6..aa329432 100644 --- a/static/releases.html +++ b/static/releases.html @@ -574,6 +574,7 @@ <p>Changes since the 2025032500 release:</p> <ul> + <li>fix upstream system_server crash from null pointer exception in F2fsUtils</li> <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/135.0.7049.38.0">version 135.0.7049.38.0</a></li> </ul> </article> |
