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

Use FFI::MemoryPointer instead of libc's malloc() #205

Merged
merged 1 commit into from Jun 2, 2020

Conversation

larskanis
Copy link
Contributor

FFI provides a memory allocator class, so that there's no need to call malloc() directly.

This is related to ffi/ffi#784 and fixes the segfault on Windows.

FFI provides a memory allocator class, so that there's no need to call malloc() directly.
@bolandrm bolandrm merged commit 4bd764f into sass:master Jun 2, 2020
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Jun 7, 2020
Update ruby-sassc to 2.4.0.


**2.4.0**
  - [Update libsass to 3.6.4](sass/sassc-ruby#199)
  - [Use FFI::MemoryPointer instead of libc's malloc()](sass/sassc-ruby#205)
  - [Test against Ruby 2.7.0](sass/sassc-ruby#193)
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.

None yet

2 participants