Skip to content
Commit 3b57d117 authored by Benjamin Berg's avatar Benjamin Berg
Browse files

util: Disable capturing of subpatterns

It seems that the pattern we use will create a subpattern match for
every character of the value. This appears to then result in a stack
overflow when matching very long values.

It might be an idea to limit the overall length of an environment
variable that is uploaded. But, this should fix the issue of crashes.

Fixes: #42
parent 87d92fec
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment