[screen-devel] GNU Screen v.5.0.1 is released

2025-05-12 Thread Alex Naumov
Hi everyone, I'm glad to announce the new release of GNU screen. Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. 5.0.1 is a security fix release. It includes only a few code fixes, types and security issues. It d

[screen-devel] [bug #66147] screen crashes in attacher.c:465 when compiled with FORTIFY_SOURCE=3

2025-05-12 Thread Enrico Scholz
Follow-up Comment #4, bug #66147 (group screen): Using `strncpy()` is nearly everytime wrong: - there are no guarantees that the string is zero terminated - it pads the complete free space with zeros (e.g. `strncpy(buf, "A", 4)` results in ['A', '\0', '\0', '\0'] There exists `strlcpy()` which

[screen-devel] [bug #67116] hardstatus colors and highlighting haphazard and inconsistent

2025-05-12 Thread Cy Schubert
URL: Summary: hardstatus colors and highlighting haphazard and inconsistent Group: GNU Screen Submitter: cyschubert Submitted: Mon 12 May 2025 09:50:04 PM PDT Category: User I