diff options
author | 2012-10-12 13:20:11 +0000 | |
---|---|---|
committer | 2012-10-12 13:20:11 +0000 | |
commit | 6cba5522ed5154411626e62b860f61717982cde3 (patch) | |
tree | f336a380548b172aa43201d98b4f4fdbb20da588 /lib/libssl/src | |
parent | Extend the "retry" field to 16 bits. The new quadratic retry formula (diff) | |
download | wireguard-openbsd-6cba5522ed5154411626e62b860f61717982cde3.tar.xz wireguard-openbsd-6cba5522ed5154411626e62b860f61717982cde3.zip |
fix infinite loops on regexps that match the empty word, which is
especially bad during runtime as we trap ^C.
For instance ${A:C/-*//g}. Problem found by rpe@
Do the same as other modern tools: advance by one char and repeat, so
that there's at most one empty word match at each position.
okay millert@
Diffstat (limited to 'lib/libssl/src')
0 files changed, 0 insertions, 0 deletions