]> git.ipfire.org Git - thirdparty/haproxy.git/commit
Revert "BUG/MEDIUM: pattern: fix possible infinite loops on deletion"
authorWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2025 14:27:21 +0000 (16:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2025 14:32:39 +0000 (16:32 +0200)
commitf1b1d3682a56527f545f90ff77e22f7f6f57c0aa
tree8974bc9d41e62456adf5b66ac3c108e55be38d56
parent6b6c03bc0dfac9f8c79f2829b1d7a3395fd32516
Revert "BUG/MEDIUM: pattern: fix possible infinite loops on deletion"

This reverts commit 359a829ccb8693e0b29808acc0fa7975735c0353.
The fix is neither sufficient nor correct (it triggers ASAN). Better
redo it cleanly rather than accumulate invalid fixes.
src/pattern.c