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
The crash comes from passing a minimal stub struct to interpretation
routines that now expect the full parser state. To fix this, the stub
now allocates a real parser with auparse_init(""), and each caller
loads interpretations via that parser. This prevents invalid memory
access when caches are cleaned up.
0 commit comments