Try our conversational search powered by Generative AI!

Should lock when access _htmlAttributes in BlockBase.GetAttributes

Fixed in

EPiServer.Forms 4.27.1

(Or a related package)

Created

Nov 29, 2019

Updated

Aug 03, 2020

State

Closed, Fixed and tested


Description

There is no lock when accessing the _htmlAttributes in BlockBase class. It causes high CPU usage and the app crashed. You need to add a lock to synchronize using that variable.