Re: [screen-devel] [PATCH] Really avoid a potential buffer overflow for 'home'

2024-07-09 Thread Vincent Lefevre
Hi, On 2024-07-09 06:19:17 -0700, david kerns wrote: > I'm running on Rocky 9 (9.4) but when I try to build my changes, I fail on > step 0. > > $ ./autogen.sh > configure.ac:2: error: Autoconf version 2.71 or higher is required ^ As said, you need Aut

Re: [screen-devel] issues with GNU Screen 5.0.0 RC

2024-07-08 Thread Vincent Lefevre
On 2024-07-08 22:30:09 +0200, Alex Naumov wrote: > On Mon, Jul 8, 2024 at 6:53 PM Vincent Lefevre wrote: > > > I've compiled the master branch by using the --enable-utmp configure > > option in Debian. But when I detach, I get > > > > Utmp slot not found

[screen-devel] issues with GNU Screen 5.0.0 RC

2024-07-08 Thread Vincent Lefevre
I've compiled the master branch by using the --enable-utmp configure option in Debian. But when I detach, I get Utmp slot not found -> not removed I don't have such an issue with the screen 4.09.01 Debian package. And when I do "screen -r", I get screen used by Vinc

[screen-devel] [PATCH] Really avoid a potential buffer overflow for 'home'

2024-07-08 Thread Vincent Lefevre
Vincent Lefèvre - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) >From bb2aa72172beb87a9f12660e76395269683861c6 Mon Sep 17 00:00:00 2001 From: Vincent Lefevre

[screen-devel] status of the FAQ

2024-07-05 Thread Vincent Lefevre
Hi, I've just noticed from the git log that the FAQ (src/doc/FAQ file) dates back to 1995 with just a minor change since then! Aren't there obsolete questions/answers? -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: W

Re: [screen-devel] Client-Server Secure Shell session

2022-07-17 Thread Vincent Lefevre
On 2022-07-17 00:06:45 -0300, Jamenson Espindula wrote: > Is there such a method in GNU Screen? Why would this be useful? (I can already connect by ssh to a remote machine and use GNU Screen there. So, what is missing?) -- Vincent Lefèvre - Web: 100% accessible valida

[screen-devel] suspicious code in encoding.c

2022-02-17 Thread Vincent Lefevre
When compiling encoding.c from the screen-v4 branch: encoding.c: In function ‘AddUtf8’: display.h:322:18: warning: overflow in conversion from ‘int’ to ‘char’ changes value from ‘c >> 12 & 12288^ 248’ to ‘-8’ [-Woverflow] 322 | *D_obufp++ = (c); \ | ^ encoding.c:682:

Re: [screen-devel] GNU Screen v.4.9.0

2022-02-02 Thread Vincent Lefevre
Hi, On 2022-02-01 18:31:09 +0200, Alex Naumov wrote: > I'm announcing availability of GNU Screen v.4.9.0 Bug #25089 still occurs, though I wrote a patch in August 2021. :( For the full analysis, see: https://savannah.gnu.org/bugs/?func=detailitem&item_id=25089 My patch (which still works agai