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

Admin edit: Needs https://github.com/sass/sass-spec/pull/1529 to pass CI. [The Meson build system](https://mesonbuild.com/) is a build system designed as a [Ninja](https://ninja-build.org/) front-end. It is *significantly* faster than Autotools and (IMHO) much easier...

Previously, these only ran on Travis.

Not really tuned, just opening for discussion. Just `brew install clang-format` and then `ls **/*.cpp | xargs clang-format -i -style=file` with the changes to the config to test stuff out....

Well, actually it seems fine. @am11 would be cool if you could have a look at this!

Build

Since I get quite a few build fails from [cpan test matrix](http://matrix.cpantesters.org/?dist=CSS-Sass%203.3.0_02) for gcc 4.4, I tried how difficult it is to bring back gcc 4.4 compatibility based upon some...

Build

This patch series introduces a live tracing facility (enabled by setting LIBSASS_TRACE environment variable to any value) which enables detailed verbose logging via TRACE() and TRACEINST() macros. This facility is...

Discussion - Question
Dev - Internal

I use AFL to fuzz libsass, and it finds a stack-overflow on the target. **version**: **3.6.4, 3.6.5** **POC**:[**poc**](https://github.com/lmm-1997/libsass/blob/main/id%EF%80%BA000013%2Csig%EF%80%BA11%2Csrc%EF%80%BA013228%2B013477%2Cop%EF%80%BAsplice%2Crep%EF%80%BA2) **CMD**:**./sassc poc** ### ASAN has reported a stack-overflow ==7839==ERROR: AddressSanitizer: stack-overflow on...

**version**: master (commit 006bbf5) **poc**: [poc](https://github.com/dandanxu96/PoC/blob/main/libsass/libsass-SEGV-on-unknown-address-poc) **command**: ./tester $poc$ Here is the trace reported by ASAN: ``` root:/path_to_libsass# ./tester poc AddressSanitizer:DEADLYSIGNAL ================================================================= ==28897==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc...