-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[tree] prevent nullptr access in ttreereader #15929
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
base: master
Are you sure you want to change the base?
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Test Results 20 files 20 suites 3d 6h 29m 23s ⏱️ Results for commit 4f04fe5. ♻️ This comment has been updated with latest results. |
|
Thanks for this improvement. I propose the following way forward, if you agree:
Does it make sense? |
This comment was marked as outdated.
This comment was marked as outdated.
b0f1804 to
cfc520f
Compare
28b51cd to
de6fd05
Compare
de6fd05 to
f671872
Compare
|
The issue seems finally fixed now (tried locally). Side note, the equivalent function in TTreeReader(NotFast) has: |
30daea9 to
08d201f
Compare
when branch is not found Fixes first part of https://its.cern.ch/jira/browse/ROOT-8842
dpiparo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's see how the builds go after the rebase to the current main branch. If the builds are green, it's just a matter of removing the commented code (I can do that, no worries) and then for me the code is ready to go.
This Pull request:
Changes or fixes:
nullptr access when branch is not found
Fixes https://its.cern.ch/jira/browse/ROOT-8842 by @jpivarski
Checklist: