Bug#1051418: Info received (obs-studio: clicking on an xcomposite window source makes obs segfault)

2023-11-03 Thread Michael Neilly
For the link provided, the crash occurs because of the presence of the unicode middot character. The wchar_to_utf8() function in libobs utils checks for any char that is less than 0 and returns zero. This results in dstr_to_lower() not updating name_lower in xcompcap_props(). The empty

Bug#1051418: Info received (obs-studio: clicking on an xcomposite window source makes obs segfault)

2023-11-02 Thread Brian Bostwick
On Mon, 23 Oct 2023 22:20:04 + (UTC) Michael Neilly wrote: > Sending in plain text so it is readable: > > > I'm seeing the same bug in the latest Debian testing updated this > morning. Specifically, if I have the following github page open in my > browser clicking the xcomposite window source

Bug#1051418: Info received (obs-studio: clicking on an xcomposite window source makes obs segfault)

2023-10-23 Thread Michael Neilly
Sending in plain text so it is readable: I'm seeing the same bug in the latest Debian testing updated this morning. Specifically, if I have the following github page open in my browser clicking the xcomposite window source cases a seg fault as reported.