All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yaroslav Popovitch <yp@sot.com>
To: linux-kernel@vger.kernel.org
Subject: 2.4.19-pre10, there is still bug in mkdep.c
Date: Fri, 14 Jun 2002 15:35:36 +0200	[thread overview]
Message-ID: <3D09F128.5050208@sot.com> (raw)

Rusty Russell sent a patch which fix PATH_MAX bug, but I checked and 
found that patch for mkdep.c was not applied
For more info see:
http://www.cs.helsinki.fi/linux/linux-kernel/2002-02/0242.html


--- linux/scripts/mkdep.c       Thu Jun 13 22:01:57 2002
+++ linux/scripts/mkdep.c.mod   Fri Jun 14 15:30:56 2002
@@ -218,7 +218,7 @@
 void add_path(const char * name)
 {
        struct path_struct *path;
-       char resolved_path[PATH_MAX+1];
+       char resolved_path[PATH_MAX];
        const char *name2;
 
        if (strcmp(name, ".")) {

Cheers,YP
-- 
Mr. Yaroslav Popovitch     			- tel. +372 6419975
SOT Finnish Software Engineering Ltd.   	- fax  +372 6419876
Kreutzwaldi 7-4, 10124  TALLINN         	- http://www.sot.com/
ESTONIA                                 	- http://sotlinux.net/



             reply	other threads:[~2002-06-14 12:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-14 13:35 Yaroslav Popovitch [this message]
2002-06-14 13:04 ` 2.4.19-pre10, there is still bug in mkdep.c Dave Jones

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=3D09F128.5050208@sot.com \
    --to=yp@sot.com \
    --cc=linux-kernel@vger.kernel.org \
    /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.