PCRE2Project / pcre2

PCRE2 development is now based here.
Other
919 stars 191 forks source link

pound reverse proxy compiled with pcre2 segfaults #438

Closed johndoe7000 closed 3 months ago

johndoe7000 commented 3 months ago

Hello devs,

I would like to inform you, that libcre2 (or, at least prce2posix) is not thread-safe.

Please look here... https://github.com/graygnuorg/pound/issues/33

Regards, Darius

carenas commented 3 months ago

I would like to inform you, that libpcre2 (or, at least prce2posix) is not thread-safe

pcre2posix is documented as not being thread safe

johndoe7000 commented 3 months ago

Ohhhh, OK... didn't read that... sorry for the noise... closing.