Files
RedBear-OS/local
vasilito 9f19ecf7b6 fix: libwayland null guards made durable — appended to redox.patch
Three null-safety additions to wayland-client.c, now in the recipe's
redox.patch so they survive source rebuilds:
- wl_proxy_add_listener: return -1 on NULL (prevents null+8 page fault)
- wl_proxy_get_version: return 0 on NULL
- wl_proxy_get_display: return NULL on NULL
2026-05-06 13:44:57 +01:00
..