Changeset 98735eb in mainline for uspace/lib/ui/src/menu.c

Timestamp:
2021-06-10T13:22:33Z (3 years ago)
Author:
jxsvoboda <5887334+jxsvoboda@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
90f1f19
Parents:
d7f82635
git-author:
Jiri Svoboda <jiri@…> (2021-06-08 17:55:50)
git-committer:
jxsvoboda <5887334+jxsvoboda@…> (2021-06-10 13:22:33)
Message:

Purge events from client event queue when destroying window

If the client had events queued for a particular window and that got
destroyed, later these events, pointing to freed (and reused) memory
would be handed to the client with the wrong window ID (which was
read from the wrong/recycled memory block).

(No files)

Note: See TracChangeset for help on using the changeset viewer.