zsh-workers
 help / color / mirror / code / Atom feed
From: Kamil Dudka <kdudka@redhat.com>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: zsh-workers@zsh.org
Subject: Re: [PATCH] mkenvstr: avoid crash in case NULL is given as value
Date: Wed, 20 May 2015 16:43:18 +0200	[thread overview]
Message-ID: <4003127.y1UWooicOC@kdudka.brq.redhat.com> (raw)
In-Reply-To: <150519161222.ZM25707@torch.brasslantern.com>

On Tuesday 19 May 2015 16:12:22 Bart Schaefer wrote:
> Is it really safe to return NULL from mkenvstr()?  The places where it
> is called would seem to imply not, e.g. here ...
> 
>                     if (pm->node.flags & PM_SPECIAL)
>                         pm->env = mkenvstr (pm->node.nam,
>                                             getsparam(pm->node.nam),
> pm->node.flags); else
>                         pm->env = ztrdup(*envp2);
> #ifndef USE_SET_UNSET_ENV
>                     *envp++ = pm->env;
> #endif
> 
> ... you'd get a spurious NULL in envp, and here ...
> 
>      newenv = mkenvstr(pm->node.nam, value, pm->node.flags);
>      if (zputenv(newenv)) {
> 
> ... you'd get an error from zputenv():
> 
>     DPUTS(!str, "Attempt to put null string into environment.");

Good catch!  Then your patch certainly looks as a better choice to me.

Kamil


  reply	other threads:[~2015-05-20 14:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-19 18:24 Kamil Dudka
2015-05-19 23:12 ` Bart Schaefer
2015-05-20 14:43   ` Kamil Dudka [this message]
2015-05-20 17:23     ` Bart Schaefer
2015-05-20 17:35       ` Kamil Dudka
2015-05-20 18:17         ` Kamil Dudka

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=4003127.y1UWooicOC@kdudka.brq.redhat.com \
    --to=kdudka@redhat.com \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).