Closed vrurg closed 2 years ago
I have actually hit an issue with %class
where it was accessed concurrently.
@catalogs
is risking the same fatum as arrays are not thread-safe either.
I also considered it more appropriate to have these protected with my
as nobody would then be seduced by possibility of mangling with them manually.
Thanks, Released with LibXML 0.6.14
Change
our
declarations tomy
. They are only referenced locally.Protect a hash and an array access with locks.