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:
As you can see from these two code snippets, wxs is freed two times on failed case.
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:
greenfield/packages/compositor-proxy/native/wayland/src/westfield-xwayland.c
Line 363 in 20b31ad
greenfield/packages/compositor-proxy/native/wayland/src/westfield-xwayland.c
Line 454 in 20b31ad
As you can see from these two code snippets,
wxsis freed two times on failed case.