diff --git a/static/releases.html b/static/releases.html
index 37e7fc24..71e95fce 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -578,7 +578,7 @@
- SystemUI: re-enable migrate_clocks_to_blueprint and communal_hub flags with workarounds for upstream issues when using standard AOSP UI components instead of Pixel OS components
- - Android Debug Bridge: fix upstream fdsan crash from closing invalid file descriptor by fixing usage of epoll
+ - Android Debug Bridge: fix upstream crash caused by a race condition that sometimes unregistered a closed file descriptor from epoll
- Sandboxed Google Play compatibility layer: fix issue breaking RPC transactions which impacts the Terminal app
- Sandboxed Google Play compatibility layer: add implementation of isGoogleLocationAccuracyEnabled() always returning true to fix compatibility with apps checking for it
- Sandboxed Google Play compatibility layer: fix definition of IStatusCallback.onCompletion() to slightly improve performance