Actions
Bug #7772
closedBug #7761: Error in environment-variables.cf on Centos 5
Agent processes parts of the environment (multiline bash variables) on systems without "env --null" support
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The fix for #7761 has caused #7094 to come back for platforms that don't support "env -0".
As a reminder, "env -0" null-terminates "lines", so it's easier to match each individual environment variable. This can however be replicated to some extent using a construction like:
env | sed 's/^\([^=]\+\)=/\x00\1=/'
We should add this back so that #7094 is also fixed on those platforms that support just env and sed.
Updated by Jonathan CLARKE almost 9 years ago
- Status changed from New to In progress
Updated by Jonathan CLARKE almost 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/844
Updated by Jonathan CLARKE almost 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-techniques|a61ee2a63c5e9131950612173bad8c21684bdd08.
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending release to Released
Updated by Janos Mattyasovszky over 8 years ago
- Related to Architecture #8464: Make environment variables parse easier added
Actions