libui icon indicating copy to clipboard operation
libui copied to clipboard

uiTable (Windows) read uninitialized pointer

Open raniervf opened this issue 5 years ago • 1 comments

msvc 2019 (64 bits) windows 10 (64 bits)

uiTable crashs at Windows 10 when access a uninitialized pointer. To reproduce:

  1. populate a uiTable with more than 1000 items
  2. fast scroll with (pgdn)

Event VM_NOTIFY Stack: libui!uiprivTableModeCellValue+060 libui!drawTextPart+0x16e libui!uiprivTableHandle_NMCUSTOMDRAW+0x1c0 libui!onMY_NOTIFY+0xde libui!runMY_NOTIFY+0xa1 libui!handleParentMessages+0xbb libui!utilWindowWndProc+0x61

raniervf avatar Feb 21 '21 02:02 raniervf

Most likely a dupe of #416 to which two proposed fixes have been posted #484 and #515

szanni avatar Nov 28 '21 17:11 szanni