bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: accessing ENVIRON causes SIGFPE when first var is numeric


From: Wolfgang Laun
Subject: Re: accessing ENVIRON causes SIGFPE when first var is numeric
Date: Wed, 15 Jun 2022 09:23:40 +0200

SETENV(3) appears to be the function that determines what may or may not be
in the Environment. From the man page's ERROR section: EINVAL name is NULL,
points to a string of length 0, or contains an '=' character. Names weirder
than a digit should be possible.

Wolfgang


reply via email to

[Prev in Thread] Current Thread [Next in Thread]