Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Crash on parsing '@supports' #19

Open
vs-savchenko opened this issue Dec 19, 2018 · 0 comments
Open

Crash on parsing '@supports' #19

vs-savchenko opened this issue Dec 19, 2018 · 0 comments

Comments

@vs-savchenko
Copy link

Attempt to parse a string "@supports (transform-origin: 5% 5%) {}" will rise EXC_BAD_ACCESS exception inside 'katana_add_rule'. Function 'katana_add_rule' is called from here:

katana.tab.c:2252

  case 36:

    {
        if ((yyvsp[-1].rule))
            katana_add_rule(parser, (yyvsp[-1].rule));
    }

    break;

(yyvsp[-1].rule) contains invalid value.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant