Files
make/tests/scripts/features
Paul Smith 19ae6fe72a [SV 59230] Ensure environment variables are exportable
When checking for invalid environment variable names we searched the
entire name string instead of just the first LENGTH chars; this could
cause us to incorrectly decide the variable was not exportable.

Dmitry Goncharov <dgoncharov@users.sf.net> found this bug and
provided a test case and sample fix: I used the test but chose a
slightly different fix.

* src/variable.c (define_variable_in_set): check the variable name
not the input string.
* tests/scripts/features/targetvars: Ensure environment variable
values are exported.
2020-11-29 17:55:32 -05:00
..
2017-06-04 18:37:20 -04:00
2020-04-01 02:02:57 -04:00
2013-10-09 01:53:55 -04:00
2017-06-04 18:37:20 -04:00
2006-03-17 14:24:20 +00:00