- Notifications
You must be signed in to change notification settings - Fork748
Increase ob's ref count in tp_repr to avoid accidental free#1160
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
dnfadmin commentedJun 17, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
codecov-commenter commentedJun 17, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #1160 +/- ##======================================= Coverage 86.53% 86.53% ======================================= Files 1 1 Lines 297 297 ======================================= Hits 257 257 Misses 40 40
Continue to review full report at Codecov.
|
@lostmsu We should probably do a point-release for this, agree? |
@filmor I have another one too in the recent params array change. |
BTW,@DanBarzilian , a personal thank you 10x! This finding and the fix for it just saved me after 3 workdays of chasing a semi-random segfault in tests. I don't know how much time I would have wasted trying to find this. Funnily, while searching for (apparently) this issue, I stumbled and fixed another less impacting one:losttech@74e7d62 |
@lostmsu now it explains why the CI has been unreliable recently. Big whoops for missing this and yes more evidence to use Reference types. Good catch@DanBarzilian |
What does this implement/fix? Explain your changes.
Fix incorrect dereferencing wrapper object in tp_repr function, which causes the program to crash.
Does this close any currently open issues?
...
Any other comments?
...
Checklist
Check all those that are applicable and complete.
AUTHORS
CHANGELOG