Try our conversational search powered by Generative AI!

Possible endless loop in OrderForm.CreatePayment

Found in

EPiServer.Commerce 11.0.0

Fixed in

EPiServer.Commerce 12.10.0

(Or a related package)

Created

Oct 08, 2018

Updated

Jan 07, 2019

Area

Core

State

Closed, Fixed and tested


Description

OrderForm.CreatePayment allows both write and read access to the PaymentClassInfos, a dictionary. If the code is called simultaneously by multiple threads, it can cause a endless loop, which uses all CPU cycles.