Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
firebase
/
firebase-cpp-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
128
Star
311
Code
Issues
111
Pull requests
53
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Fix a data race that could manifest as null pointer dereference in FutureBase::Release()
#747
Merged
dconeybe
merged 7 commits into
main
firebase/firebase-cpp-sdk:main
from
dconeybe/FixFutureDataRaces
firebase/firebase-cpp-sdk:dconeybe/FixFutureDataRaces
Copy head branch name to clipboard
Nov 16, 2021
Conversation
Commits
7
(7)
Checks
Files changed
Merged
Fix a data race that could manifest as null pointer dereference in FutureBase::Release()
#747
dconeybe
merged 7 commits into
main
firebase/firebase-cpp-sdk:main
from
dconeybe/FixFutureDataRaces
firebase/firebase-cpp-sdk:dconeybe/FixFutureDataRaces
Copy head branch name to clipboard
Commits
Commits on Nov 12, 2021
Fix race condition in Future/FutureBase
dconeybe
committed
7788946
Copy full SHA for 7788946
Add release notes entry skeleton
dconeybe
committed
52c6da1
Copy full SHA for 52c6da1
Add a link to the PR in the release notes
dconeybe
committed
18e0cc4
Copy full SHA for 18e0cc4
Commits on Nov 15, 2021
future_impl.h: Fix a bug in FutureBase::operator=(FutureBase&&) where api_ was always assigned to null
dconeybe
committed
17d6beb
Copy full SHA for 17d6beb
future_impl.h: Remove code from the copy/move constructors that is duplicated in the call to the copy/move operators
dconeybe
committed
ca4a566
Copy full SHA for ca4a566
Swap out firebase::Mutex with std::mutex since future.h cannot include private headers
dconeybe
committed
4be3dd7
Copy full SHA for 4be3dd7
release_build_files/readme.md: tweak release notes entry
dconeybe
committed
4aeb741
Copy full SHA for 4aeb741
You can’t perform that action at this time.