Consultor Eletrônico



Kbase P168175: Session crashes when using CodeJock Xtreme ComboBox control
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/28/2010
Status: Unverified

SYMPTOM(s):

Session crashes when using CodeJock Xtreme ComboBox control

Application code uses CodeJockXtreme ComboBox

Code references ComboBox:ItemData(n) property, where n is equal to or larger than the number of entries in the combo-box

FACT(s) (Environment):

Windows
OpenEdge 10.x

CAUSE:

The crash originates from, and is an issue in the CodeJock controls.

The controls are responsible for checking/handling the out-of-bounds condition of the array/list, but they don't do so correctly.

FIX:

Modify ABL code to ensure no out of bounds elements are accessed