libsass icon indicating copy to clipboard operation
libsass copied to clipboard

A C/C++ implementation of a Sass compiler

Results 109 libsass issues
Sort by recently updated
recently updated
newest added

### **1. Description** 695 byte(s) leaked in 8 allocation(s) when running program `./sassc/bin/sassc`, this can reproduce on the lattest commit. ### **2. Software version info** ```shell $ ./sassc/bin/sassc --version sassc:...

### **1. Description** A stack-overflow has occurred in `Sass::ComplexSelector::has_placeholder()` of `src/ast_selectors.cpp:464` when running program `./sassc/bin/sassc`, this can reproduce on the lattest commit. ### **2. Software version info** ```shell $ git...

### **1. Description** A stack-overflow has occurred in `Sass::CompoundSelector::has_real_parent_ref()` of `src/ast_selectors.cpp:557` when running program `./sassc/bin/sassc`, this can reproduce on the lattest commit. ### **2. Software version info** ```shell $ git...

gcc 14.x from fedora rawhide. First just summary stats: ```console [tkloczko@pers-jacek SPECS]$ rpmbuild -ba libsass.spec --quiet 2>&1 | grep -- \\[-W | sed 's/.*\[//; s/\]//' | sort | uniq -c...

Runner is no longer supported. Removed other commented out lines.

Allow Dependabot to create PRs to update things like `actions/checkout@v2` to the latest versions as they come out

When using `go-libsass` (which uses `libsass`) on OSX 14.1.1, it would fail with "File to import not found or unreadable: " errors. The issue is in `libsass` in the `read_file`...

When building libsass version 3.6.5 with GCC 13.2.1 and C++20 enabled, there are compiler errors regarding amibuous overloads for `operator==` member functions in `ast_sel_cmp.cpp`. The errors are as follows. ```...

Add [CIFuzz](https://google.github.io/oss-fuzz/getting-started/continuous-integration/) workflow action to have fuzzers build and run on each PR. This is a service offered by OSS-Fuzz where LibSass already runs (https://github.com/sass/libsass/issues/2490). CIFuzz can help detect regressions...