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

Fix potential null pointer access #7760

Merged
merged 1 commit into from
Feb 24, 2020
Merged

Conversation

TheOneRing
Copy link
Member

@ogoffart
Copy link
Contributor

I don't see how this could be related to the linked crash.

@TheOneRing
Copy link
Member Author

@ogoffart

if (_currentRootJob && _currentlyActiveJobs < limit) {

@ogoffart
Copy link
Contributor

Ah yes, maybe it is related

@TheOneRing TheOneRing merged commit d4f834b into owncloud:2.6 Feb 24, 2020
@TheOneRing TheOneRing deleted the crash branch February 24, 2020 09:05
@ogoffart
Copy link
Contributor

Note that the stack trace has a QDialog::exec() and re-enter the event loop (so maybe some event are not processed in the order we would expect them)

@TheOneRing
Copy link
Member Author

I left a note in #7304

@HanaGemela
Copy link
Contributor

@TheOneRing please provide test to recreate

@TheOneRing
Copy link
Member Author

I don't think this one can be tested manually.

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

Successfully merging this pull request may close these issues.

None yet

3 participants