[PR #756] [MERGED] Fixed potential broadcast leak & policy value parsing #2574

Closed
opened 2025-11-26 23:21:13 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/756
Author: @mpbw2
Created: 3/5/2020
Status: Merged
Merged: 3/5/2020
Merged by: @mpbw2

Base: masterHead: bugfixes


📝 Commits (1)

  • f5774bf Fixed potential broadcast leak & policy value parsing

📊 Changes

2 files changed (+45 additions, -21 deletions)

View changed files

📝 src/App/Pages/Settings/ExportVaultPage.xaml.cs (+2 -1)
📝 src/Core/Services/PasswordGenerationService.cs (+43 -20)

📄 Description

  • Added missing call to Unsubscribe broadcaster service in ExportVaultPage (and fixed copy pasta on Subscribe call)

  • Rewrote policy parser to properly check for existence of key before value retrieval


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/756 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 3/5/2020 **Status:** ✅ Merged **Merged:** 3/5/2020 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `bugfixes` --- ### 📝 Commits (1) - [`f5774bf`](https://github.com/bitwarden/android/commit/f5774bf82e119c02793003b9b3c65ddca35ff774) Fixed potential broadcast leak & policy value parsing ### 📊 Changes **2 files changed** (+45 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Settings/ExportVaultPage.xaml.cs` (+2 -1) 📝 `src/Core/Services/PasswordGenerationService.cs` (+43 -20) </details> ### 📄 Description - Added missing call to Unsubscribe broadcaster service in ExportVaultPage (and fixed copy pasta on Subscribe call) - Rewrote policy parser to properly check for existence of key before value retrieval --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:21:13 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#2574