Date: Sun, 28 Apr 2002 21:00:02 -0700 (PDT) From: Edwin Groothuis <edwin@mavetju.org> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/37551: Telnet crashes on unexpected control codes Message-ID: <200204290400.g3T402e24700@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/37551; it has been noted by GNATS.
From: Edwin Groothuis <edwin@mavetju.org>
To: "winter@villaweb.net" <winter@bmw.isprime.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: bin/37551: Telnet crashes on unexpected control codes
Date: Mon, 29 Apr 2002 13:56:25 +1000
On Sun, Apr 28, 2002 at 11:22:23PM -0400, winter@villaweb.net wrote:
> Dell 1550, FBSD 4.5-Stable
> >Description:
> Telnet crashes when you type CTRL \ at the telnet> prompt.
> GDB shows the following:
> main (argc=1, argv=0xbfbffc44) at main.c:361
> 361 for (;;) {
> (gdb)
> 367 command(1, 0, 0);
> (gdb)
It will happen to nearly all applications, it is the default behaviour
after a SIGQUIT signal. See sigaction(2).
Edwin
--
Edwin Groothuis | Personal website: http://www.MavEtJu.org
edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions:
bash$ :(){ :|:&};: | http://www.FatalDimensions.org/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204290400.g3T402e24700>
