]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: thread/http: Add missing locks in set-map and add-acl HTTP rules
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Apr 2019 12:50:55 +0000 (14:50 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Apr 2019 13:53:23 +0000 (15:53 +0200)
commite84289e5854aa3b00cd19032387f435ca6748491
tree5b65b9343852ab776a757744959086054d6ef33c
parent22c57bef56f7261c57d68e330e82f5de43f1de5b
BUG/MEDIUM: thread/http: Add missing locks in set-map and add-acl HTTP rules

Locks are missing in the rules "http-request set-map" and "http-response
add-acl" when an acl or map update is performed. Pattern elements must be
locked.

This patch must be backported to 1.9 and 1.8. For the 1.8, the HTX part must be
ignored.
src/proto_http.c
src/proto_htx.c