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

Segfault on empty url() #1886

Closed
xzyfer opened this issue Jan 20, 2016 · 0 comments
Closed

Segfault on empty url() #1886

xzyfer opened this issue Jan 20, 2016 · 0 comments

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Jan 20, 2016

body { 
  background: url()
}

LibSass 3.3.2

body {
  background: url(url(); }

LibSass 3.3.3

[1]    46392 segmentation fault  /Users/michael/Projects/Sass/sassc/bin/sassc test.scss

Ruby Sass

body {
  background: url(); }
@xzyfer xzyfer added this to the 3.3.4 milestone Jan 20, 2016
xzyfer added a commit to xzyfer/sass-spec that referenced this issue Jan 20, 2016
xzyfer added a commit to xzyfer/sass-spec that referenced this issue Jan 20, 2016
xzyfer added a commit to xzyfer/libsass that referenced this issue Jan 20, 2016
@xzyfer xzyfer self-assigned this Mar 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant