Hi, On Fri, Aug 23, 2024 at 10:56:30PM -0700, Collin Funk wrote: > > I've pushed the attached patch removing an integer overflow from telnet.
Thanks! Should this be added to NEWS? > The overflow occurs went sending 'send dont <value>' but the value > exceeds INT_MAX. 'send dont <value>' is a "hidden" command, i.e., it is not shown in the output of 'send ?', because the 'help' string is NULL (see the definition of Sendlist[] in telnet/commands.c). Does someone know the reason to hide this command (and similar ones) from the online help? Br, Erik