From: Stas Sergeev <stssppnn@yahoo.com>
To: linux-msdos@vger.kernel.org
Subject: Re: ESCape issue with 1.1.3.2
Date: Wed, 19 Jun 2002 07:01:54 +0400 [thread overview]
Message-ID: <3D0FF422.1020107@yahoo.com> (raw)
Hello.
Bart Oldeman wrote:
> Anyhow, the following cures it for me:
> - if (key == NULL) {
> + if (key == NULL && symbol != KEY_ESC) {
I think this will cause a null
pointer dereference later in
k_printf() so you have to also
add a check.
next reply other threads:[~2002-06-19 3:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-19 3:01 Stas Sergeev [this message]
2002-06-19 10:23 ` ESCape issue with 1.1.3.2 Bart Oldeman
2002-06-19 19:35 ` Roger Ripley
2002-06-19 21:02 ` Bart Oldeman
2002-06-20 22:52 ` Roger Ripley
-- strict thread matches above, loose matches on Subject: below --
2002-06-19 12:45 Stas Sergeev
2002-06-19 21:50 ` Bart Oldeman
2002-06-18 21:10 Roger Ripley
2002-06-18 23:40 ` Bart Oldeman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3D0FF422.1020107@yahoo.com \
--to=stssppnn@yahoo.com \
--cc=linux-msdos@vger.kernel.org \
--cc=stas.orel@mailcity.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.