Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
firebase
/
firebase-cpp-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
138
Star
325
Code
Issues
100
Pull requests
37
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix a data race that could manifest as null pointer dereference in FutureBase::Release()
- #747
#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
View commit details
Copy full SHA for 7788946
Browse repository at this point
Add release notes entry skeleton
dconeybe
committed
52c6da1
View commit details
Copy full SHA for 52c6da1
Browse repository at this point
Add a link to the PR in the release notes
dconeybe
committed
18e0cc4
View commit details
Copy full SHA for 18e0cc4
Browse repository at this point
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
View commit details
Copy full SHA for 17d6beb
Browse repository at this point
future_impl.h: Remove code from the copy/move constructors that is duplicated in the call to the copy/move operators
dconeybe
committed
ca4a566
View commit details
Copy full SHA for ca4a566
Browse repository at this point
Swap out firebase::Mutex with std::mutex since future.h cannot include private headers
dconeybe
committed
4be3dd7
View commit details
Copy full SHA for 4be3dd7
Browse repository at this point
release_build_files/readme.md: tweak release notes entry
dconeybe
committed
4aeb741
View commit details
Copy full SHA for 4aeb741
Browse repository at this point
You can’t perform that action at this time.