Changeset df54aa8 in mainline for uspace/lib/ui/src/window.c

Timestamp:
2023-01-03T20:06:16Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cdd6fc9
Parents:
570a3f3
git-author:
Jiri Svoboda <jiri@…> (2023-01-03 17:56:24)
git-committer:
Jiri Svoboda <jiri@…> (2023-01-03 20:06:16)
Message:

Fix replies in wndmgt_srv error paths

Under the right circumstances we would get an assertion failure,
but in most cases async_answer() would silently fail without
anyone noticing. Since the handle would essentialy be garbage,
we could hit another handle by accident.

(No files)

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