| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This patch enforces a strict dichotomy for the variables 'indescr' and 'newdescr', so they are either NULL, or they own a reference. Following the consequences of this allowed the reference error to be tracked down.
Sorry, something went wrong.
|
Looks fine to me. The test failure is because separate compilation is broken on maintenance/1.7.x in general -- someone should fix that... I think there's a patch in master. |
Sorry, something went wrong.
|
I think that this patch should go into master, right? |
Sorry, something went wrong.
|
Yeah, should be applied in master too. |
Sorry, something went wrong.
|
And also a test needs to be written. I'll send a PR with your patch and a test against master, and only after it's in, I'll backport it to the release branch. There is more stuff to be backported anyway. |
Sorry, something went wrong.
|
I am closing this in favor of #405. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This hopefully does the trick, it fixes the crash for me.
This patch enforces a strict dichotomy for the variables 'indescr'
and 'newdescr', so they are either NULL, or they own a reference.
Following the consequences of this allowed the reference error
to be tracked down.