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

Check for null terminator in String._append #1582

Merged
merged 1 commit into from
Feb 14, 2017
Merged

Check for null terminator in String._append #1582

merged 1 commit into from
Feb 14, 2017

Conversation

Theodus
Copy link
Contributor

@Theodus Theodus commented Feb 14, 2017

This PR adds a check for null terminator in String._append. Previously, this method assumed that all strings were null terminated.

resolves #1579

@Theodus Theodus added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Feb 14, 2017
@jemc
Copy link
Member

jemc commented Feb 14, 2017

Thanks!

OSX builds are hung up in Travis, but Windows and Linux passed, and this shouldn't be platform-dependent, so I'm merging.

@jemc jemc merged commit e393a68 into ponylang:master Feb 14, 2017
ponylang-main added a commit that referenced this pull request Feb 14, 2017
@Theodus Theodus deleted the issue-1579 branch August 6, 2017 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segmentation fault when using string created from empty array
2 participants