]> git.mdlowis.com Git - proto/labwc.git/commit
environment: ignore env var assignments > 1 KiB (#2325)
authorJohan Malm <johanmalm@users.noreply.github.com>
Sun, 10 Nov 2024 20:40:51 +0000 (20:40 +0000)
committerGitHub <noreply@github.com>
Sun, 10 Nov 2024 20:40:51 +0000 (20:40 +0000)
commita88c7219793a99c11dffb4c5244390a4508997d1
tree3de49d8d6ace67e808d238f5ce2ec39fe55f6b3f
parentfc774d00716043980a490a575c014957c3013142
environment: ignore env var assignments > 1 KiB (#2325)

...to guard against recursive constructs like FOO=$FOO:bar which would
grow on each reconfigure.

Add log message as well as a warning against this in the man page.
docs/labwc-config.5.scd
src/config/session.c