Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title: Data Race in - [GULNetwork reachability:statusChanged:] Method (Version 10.25.0) #14071

Open
jesus-mg-ios opened this issue Nov 9, 2024 · 1 comment

Comments

@jesus-mg-ios
Copy link

Description

I've identified a potential data race condition in the reachability:statusChanged: method of the Firebase library (version 10.25.0). Specifically, the issue is in the following line of code:

_networkConnected = (status == kGULReachabilityViaCellular || status == kGULReachabilityViaWifi);

Location:

  • GULNetwork.m:266 -> Google Utilities

Reproducing the issue

No response

Firebase SDK Version

10.25.0

Xcode Version

16.1

Installation Method

Swift Package Manager

Firebase Product(s)

All

Targeted Platforms

iOS

Relevant Log Output

Data race in -[GULNetwork reachability:statusChanged:] at 0x10b752180

If using Swift Package Manager, the project's Package.resolved

No response

If using CocoaPods, the project's Podfile.lock

No response

@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants