OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Added lock on md5 variable to avoid concurrent hash generations for feature list #8697

Closed AndreaPiovanelli closed 1 year ago

AndreaPiovanelli commented 1 year ago

In refernce to issue #8696 , added a lock to _md5 variable to avoid concurrent has generations for features list, which brought to wrong feature lists being generated..