[PATCH v8 4/8] env: Allow U-Boot scripts to be placed in a .env file
Wolfgang Denk
wd at denx.de
Tue Oct 19 12:57:52 CEST 2021
Dear Simon,
In message <20211018121315.v8.4.Ie78bfbfca0d01d9cba501e127f446ec48e1f7afe at changeid> you wrote:
>
> The environment variables should be of the form "var=value". Values can
> extend to multiple lines. See the README under 'Environment Variables:'
> for more information and an example. Note that environment variables may
> not end in +
This makes not really clear that the restriction is on the name (and
not the value) of the environment variable.
> but can start with other strange characters, including
> underscore, comma and slash.
I would omit this as it does not provide any relevant information
here, and in addition it is misleading as it could be interpreted
that such characters are only legal at the start of the variable
name. But you can do:
=> setenv .-^-. foo
=> printenv .-^-.
.-^-.=foo
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A secure program has to be robust: it must be able to deal with
conditions that "can't happen", whether user input, program error or
library/etc. This is basic damage control. Buffer overflow errors
have nothing to do with security, but everything with stupidity.
-- Wietse Venema in <5cnqm3$8r9 at spike.porcupine.org>
More information about the U-Boot
mailing list