Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crashing forks when regex structure changed #982

Merged
merged 2 commits into from
Dec 18, 2020

Commits on Dec 8, 2020

  1. Use fork-private regex substructure because each regex has an opaque …

    …structure (once compiled) and cannot be kept globally available through shared memory (at least not with any realistic effort)
    
    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    bedc5ab View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Merge branch 'development' into fix/tre-regex-forks

    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    d4f268e View commit details
    Browse the repository at this point in the history