On 07/09/2018 09:16 AM, Chet Ramey wrote:
On 7/8/18 7:21 AM, Keeley Hoek wrote:
In running bash on an embedded target, bash crashes for the silly
reason that environ is NULL.
I haven't been able to tell whether this is actually permitted by the
standard (as if?), but in bash I think this behavi
On 7/8/18 7:21 AM, Keeley Hoek wrote:
> In running bash on an embedded target, bash crashes for the silly
> reason that environ is NULL.
>
> I haven't been able to tell whether this is actually permitted by the
> standard (as if?), but in bash I think this behavior is inconsistent
> anyway because
In running bash on an embedded target, bash crashes for the silly
reason that environ is NULL.
I haven't been able to tell whether this is actually permitted by the
standard (as if?), but in bash I think this behavior is inconsistent
anyway because:
* in initialize_shell_variables() from varia