-
- Downloads
"README.md" did not exist on "4e8b5a165160e2f521cc10bae58ce0b72b2e22b5"
libweston: fix crash when a client binds to a destroyed output
When the head is already destroyed, its global resource still can be
accessible by the client, which leads to a UAF crash.
This sets the head's global resource's user data to null before the
head is destroyed, and when the `bind` request is being handled but the
object's user data is null, do what we do when the the head's output is
null.
Signed-off-by:
Paul Pu <hui.pu@gehealthcare.com>
Loading