mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
If the selection exceeds ARG_MAX (256 KB) then we instead set it to a placeholder value. Previously execve() would fail if given a selection (environment) variable too big.