Re: NULL Pointer Dereference in unsetcmd() at inetutils/telnet/commands.c:1227

2022-07-08 Thread Simon Josefsson via Bug reports for the GNU Internet utilities
> I think we should reach out to some BSD contacts... http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=56918 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265097 https://marc.info/?l=openbsd-bugs=165731429324728=2 /Simon signature.asc Description: PGP signature

Re: NULL Pointer Dereference in unsetcmd() at inetutils/telnet/commands.c:1227

2022-07-08 Thread Simon Josefsson via Bug reports for the GNU Internet utilities
Erik Auerswald writes: > It seems to me as if this Netkit project no longer exists. Since I do > not know the upstream project, I have not report any bugs, and have not > send any patches. Yeah, the NetKit telnet project is in a sad state. > I do not have a BSD system to test, but anyone who

Re: NULL Pointer Dereference in unsetcmd() at inetutils/telnet/commands.c:1227

2022-07-08 Thread Erik Auerswald
Hi Simon, On Thu, Jul 07, 2022 at 11:32:50PM +0200, Simon Josefsson wrote: > Erik Auerswald writes: > > >> This happens when the "unset" command is used with a single space as > >> argument, [...] > > I do wonder if this (and other) bugs are present in other modern > implementations though?

Re: [PATCH 3/3] telnet: Avoid command evaluation crashes.

2022-07-08 Thread Simon Josefsson via Bug reports for the GNU Internet utilities
Erik Auerswald writes: > I want to look at your new tests, perhaps I can learn how to add some > tests to verify the genget() functionality. The test suite today is rather limited, as you probably have noticed, but going forward it would really help if we created a self-check that triggers a

Re: [PATCH 3/3] telnet: Avoid command evaluation crashes.

2022-07-08 Thread Erik Auerswald
Hi Simon, On Fri, Jul 08, 2022 at 09:51:28AM +0200, Simon Josefsson wrote: > Erik Auerswald writes: > > > I'll try to look into this over the weekend, but I cannot promise > > anything. But this patch series should just address the same issues > > as the patches I sent before, perhaps with

inetutils-2.3 released [stable]

2022-07-08 Thread Simon Josefsson via Bug reports for the GNU Internet utilities
We are pleased to announce version 2.3 of The GNU Networking Utilities. GNU Networking Utilities contain traditional networking utilities, clients and servers, including ftp, telnet, inetd, rsh/rlogin, tftp, talk, syslogd, ping, traceroute, whois, hostname, dnsdomainname, ifconfig, and logger.

Re: Supported TLDs

2022-07-08 Thread Simon Josefsson via Bug reports for the GNU Internet utilities
Marco d'Itri writes: > On Jul 08, Simon Josefsson wrote: > >> I don't know the history of inetutils' fork of (g)whois, is there any >> hope in getting these code-bases merged now? Maybe enough water has >> passed under the bridges... > I see no reasons at this point to tie whois to inetnutils

Re: [PATCH 3/3] telnet: Avoid command evaluation crashes.

2022-07-08 Thread Simon Josefsson via Bug reports for the GNU Internet utilities
Erik Auerswald writes: > I'll try to look into this over the weekend, but I cannot promise > anything. But this patch series should just address the same issues > as the patches I sent before, perhaps with some smaller differences. > It's been some time and I do not remember all the details. I

Re: [PATCH 3/3] telnet: Avoid command evaluation crashes.

2022-07-08 Thread Erik Auerswald
Hello Simon, On Fri, Jul 08, 2022 at 12:58:37AM +0200, Simon Josefsson wrote: > Thanks for preparing these, I should have read through all posts before > started working on them separately... so this patch no longer applies > as is. Would you like to re-review these, to see if anything more > is