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 macOS clang segfaults and cleanup NULLs Tickets/dm 8057 #20

Merged
merged 2 commits into from Dec 20, 2016

Conversation

parejkoj
Copy link
Collaborator

The first commit fixes the segfault, while the second replaces NULL with nullptr everywhere plus some cleanups where an exception should have been raised instead. Hopefully that removes any other problems like the one that caused this in the first place.

You can't dereference NULL, so we'll pass the FittedStar as a raw pointer. Why
this worked up until now, I've no idea.
@parejkoj parejkoj merged commit c52cff2 into master Dec 20, 2016
@ktlim ktlim deleted the tickets/DM-8057 branch August 25, 2018 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant