Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] mkenvstr: avoid crash in case NULL is given as value



On May 20,  4:43pm, Kamil Dudka wrote:
}
} Good catch!  Then your patch certainly looks as a better choice to me.

It belatedly occurs to me that adding

    if (!value)
	value = "";

would have been a sufficient change.  Oh, well.

-- 
Barton E. Schaefer



Messages sorted by: Reverse Date, Date, Thread, Author