zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: <zsh-workers@zsh.org>
Subject: Re: Certain unicode in hostname breaks with zsh 4.3.17
Date: Mon, 12 Mar 2012 10:07:37 -0700	[thread overview]
Message-ID: <120312100737.ZM22728@torch.brasslantern.com> (raw)
In-Reply-To: <20120312111028.7b1edca2@pwslap01u.europe.root.pri>

On Mar 12, 11:10am, Peter Stephenson wrote:
>
> @@ -739,7 +741,7 @@ createparamtable(void)
>  			pm->env = mkenvstr (pm->node.nam,
>  					    getsparam(pm->node.nam), pm->node.flags);
>  		    else
> -			pm->env = ztrdup(*envp2);
> +			pm->env = ztrdup_metafy(*envp2);
>  #ifndef USE_SET_UNSET_ENV
>  		    *envp++ = pm->env;
>  #endif

I'm not sure that's correct.  pm->env is being copied directly into the
global environ array in the USE_SET_UNSET_ENV case.  Surely it'll play
havok to put metafied strings into the environment of forked children?
Or is that cleaned up somewhere else?


  reply	other threads:[~2012-03-12 17:08 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-11  5:10 Kevin N.
2012-03-11 16:39 ` Phil Pennock
2012-03-11 19:08 ` Bart Schaefer
2012-03-11 19:17   ` Bart Schaefer
2012-03-11 19:20     ` Mikael Magnusson
2012-03-11 21:19       ` Bart Schaefer
2012-03-11 21:28         ` Mikael Magnusson
2012-03-12  3:56           ` Bart Schaefer
2012-03-12 10:08             ` Peter Stephenson
2012-03-12 11:10               ` Peter Stephenson
2012-03-12 17:07                 ` Bart Schaefer [this message]
2012-03-12 17:11                   ` Peter Stephenson
2012-03-12 10:56             ` Mikael Magnusson
2012-03-12 10:59               ` Mikael Magnusson
2012-03-12 11:02                 ` Mikael Magnusson

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=120312100737.ZM22728@torch.brasslantern.com \
    --to=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).