Cloudef / bemenu

Dynamic menu library and client program inspired by dmenu
GNU General Public License v3.0
1.16k stars 90 forks source link

Fix use after free in `wayland.c` #386

Closed Anskrevy closed 4 months ago

Anskrevy commented 4 months ago

Pretty much the title. Not sure if you also want to just free in fail to begin with as it is only called after window is allocated. Execution is ultimately aborted so maybe just a simple goto fail instead of bothering to free.

Cloudef commented 4 months ago

Thanks