You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that select_state->origin is NULL but we try to index it in contrib/libcss/src/select/select.c:1107.
Edit:
I spent some time looking for the reason behind this, and I assume it's because uses_revert is not set for the stylesheet, meaning it's not set for the ctx neither, leading to state.revert not getting initialized at contrib/libcss/src/select/select.c:1239.
It seems to me that this flag should get set in the autogenerated property code, but isn't.
The text was updated successfully, but these errors were encountered:
r1bilski
changed the title
Opening any stack overflow question results in a segfault
outline: revert causes a segfault
Nov 19, 2023
Repro:
It seems that
select_state->origin
is NULL but we try to index it incontrib/libcss/src/select/select.c:1107
.Edit:
I spent some time looking for the reason behind this, and I assume it's because
uses_revert
is not set for the stylesheet, meaning it's not set for thectx
neither, leading tostate.revert
not getting initialized atcontrib/libcss/src/select/select.c:1239
.It seems to me that this flag should get set in the autogenerated property code, but isn't.
The text was updated successfully, but these errors were encountered: