haproxy/include/proto
Olivier Houchard 8ef1a6b0d8 BUG/MINOR: fd: Don't clear the update_mask in fd_insert.
Clearing the update_mask bit in fd_insert may lead to duplicate insertion
of fd in fd_updt, that could lead to a write past the end of the array.
Instead, make sure the update_mask bit is cleared by the pollers no matter
what.

This should be backported to 1.8.
[wt: warning: 1.8 doesn't have the lockless fdcache changes and will
 require some careful changes in the pollers]
2018-04-03 19:38:15 +02:00
..
acl.h
action.h
applet.h
arg.h
auth.h
backend.h
channel.h
checks.h
cli.h
compression.h
connection.h
dns.h
fd.h BUG/MINOR: fd: Don't clear the update_mask in fd_insert. 2018-04-03 19:38:15 +02:00
filters.h
flt_http_comp.h
freq_ctr.h
frontend.h
h1.h
hdr_idx.h
hlua_fcn.h
hlua.h
lb_chash.h
lb_fas.h
lb_fwlc.h
lb_fwrr.h
lb_map.h
listener.h
log.h
map.h
mux_pt.h
obj_type.h
openssl-compat.h
pattern.h
payload.h
peers.h
pipe.h
port_range.h
proto_http.h
proto_tcp.h
proto_udp.h
protocol.h
proxy.h
queue.h BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management 2018-03-19 10:03:06 +01:00
raw_sock.h
sample.h
server.h
session.h
shctx.h
signal.h
spoe.h
ssl_sock.h
stats.h
stick_table.h
stream_interface.h
stream.h
task.h
tcp_rules.h
template.h
vars.h