Created attachment 39311 [details] [review] Check for malloc failure in two places. In xcb_key_symbols_alloc and xcb_render_util_composite_text_stream, malloc is called without checking that it returned non-NULL. The pointer is then used immediately afterwards.
Patch applied.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.