linux-um archives
 help / color / mirror / Atom feed
From: Gerd Knorr <kraxel@bytesex.org>
To: Blaisorblade <blaisorblade@yahoo.it>
Cc: user-mode-linux-devel@lists.sourceforge.net,
	Frank Sorenson <frank@tuxrocks.com>
Subject: Re: [uml-devel] [PATCH] Put the check for NULL before the use of a potentially-null value
Date: Tue, 11 Jan 2005 10:13:40 +0100	[thread overview]
Message-ID: <20050111091340.GB16448@bytesex> (raw)
In-Reply-To: <200501110128.38523.blaisorblade@yahoo.it>

> -       line = tty->driver_data;
>         if (tty != NULL) {
> +               line = tty->driver_data;

> Sorry, a little question: against what tree does it apply?

Any cutting edge tree (both latest -mm and latest Linus -bk snapshot).

> I hope I'll not forget it...

I think it can go to andrew morton as-is, it's a ObviouslyCorrect[tm] fix.

  Gerd

-- 
#define printk(args...) fprintf(stderr, ## args)



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

      parent reply	other threads:[~2005-01-11  9:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-10 21:52 [uml-devel] [PATCH] Put the check for NULL before the use of a potentially-null value Frank Sorenson
2005-01-11  0:28 ` Blaisorblade
2005-01-11  1:06   ` Frank Sorenson
2005-01-11  9:13   ` Gerd Knorr [this message]

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=20050111091340.GB16448@bytesex \
    --to=kraxel@bytesex.org \
    --cc=blaisorblade@yahoo.it \
    --cc=frank@tuxrocks.com \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox