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 mixing tabs and spaces #4

Closed
wants to merge 8 commits into from
Closed

fix mixing tabs and spaces #4

wants to merge 8 commits into from

Conversation

esc
Copy link

@esc esc commented May 11, 2013

No description provided.

davidmalcolm and others added 8 commits April 29, 2013 14:46
It appears that gcc_register_root_tab has always expected a NULL-terminated
table of ggc_root_tab, and we were never NULL-terminating this, so it
happened to only ever work by chance.

Found when debugging segfaults seen on ARM in all of tests/plugin/gc
(https://bugzilla.redhat.com/show_bug.cgi?id=864314); upon applying this
patch, all of the tests/plugin/gc go from segfaulting to passing
@esc
Copy link
Author

esc commented May 11, 2013

Sorry, guess I must have based the pull-request on the state of another fork of the repo...

@bukzor
Copy link
Contributor

bukzor commented May 20, 2014

rebase or close imo

@davidmalcolm
Copy link
Owner

Sorry about the delay in responding. The various other commits that showed up above were presumably due to me not properly syncing up from the fedorahosted.org git repo to this github repo.

I've redone your fix, and committed it to master as 0f56008.

Thanks!

@esc
Copy link
Author

esc commented May 20, 2014

Thank you!

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.

3 participants