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 undersized string buffer for library link command in Windows. #2223

Merged
merged 1 commit into from
Sep 8, 2017

Conversation

chalcolith
Copy link
Member

The compiler was not allocating a big enough buffer for the linker command line on Windows. This change makes it allocate more than enough space.

Fixes #2222.

The compiler was not allocating a big enough buffer for the linker command line on Windows.  This change makes it allocate more than enough space.

Fixes ponylang#2222.
@jemc jemc added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Sep 8, 2017
@jemc jemc merged commit b6b5576 into ponylang:master Sep 8, 2017
ponylang-main added a commit that referenced this pull request Sep 8, 2017
@chalcolith chalcolith deleted the fix_2222_windows_lib branch September 8, 2017 17:39
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.

2 participants