mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
This fixes use-after-free in `fill_item()` on Reconfigure with
invalid `menu.xml` like below:
<openbox_menu>
<menu id="root-menu">
<item id="rofi-run" label="Run command">
<action name="Execute" command="rofi-run" />
</item>
</menu>
</openbox_menu>
|
||
|---|---|---|
| .. | ||
| menu.c | ||
| meson.build | ||