Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uiTable (Windows) read uninitialized pointer #524

Open
raniervf opened this issue Feb 21, 2021 · 1 comment · Fixed by libui-ng/libui-ng#20
Open

uiTable (Windows) read uninitialized pointer #524

raniervf opened this issue Feb 21, 2021 · 1 comment · Fixed by libui-ng/libui-ng#20

Comments

@raniervf
Copy link

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

@szanni
Copy link

szanni commented Nov 28, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants