Platform: NixOS 20.09
Kernel: Linux 5.4.108 (x86_64-linux, glibc 2.31)
When widechar support is enabled, resizing the window causes a segmentation fault. This is caused by cl/cl_read.c:320 and cl/cl_read.c:323; with widechar support enabled, sizeof(b1) evaluates to 4096, while swprintf expects the destination buffer length to be in terms of widechar count.
I did not get the chance to test this on any machines other than my own. I am happy to provide additional details if needed.
Platform: NixOS 20.09 Kernel: Linux 5.4.108 (
x86_64-linux
, glibc 2.31)When widechar support is enabled, resizing the window causes a segmentation fault. This is caused by cl/cl_read.c:320 and cl/cl_read.c:323; with widechar support enabled,
sizeof(b1)
evaluates to4096
, whileswprintf
expects the destination buffer length to be in terms of widechar count.I did not get the chance to test this on any machines other than my own. I am happy to provide additional details if needed.