-
-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
I tried compositor-proxy-cli from gnome-terminal of Ubuntu and found that application crashed with SIGABRT. I investigated this issue and found that the following code has a double-free issue:
| free(wxs); |
| free(westfield_xserver); |
As you can see from these two code snippets, wxs is freed two times on failed case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels