haproxy/src
William Lallemand 3ef2d56530 BUG/MINOR: peers: avoid an infinite loop with peers_fe is NULL
Fix an infinite loop which was added in an attempt to fix #558.
If the peers_fe is NULL, it will loop forever.

Must be backported with a2cfd7e as far as 1.8.
2020-03-24 16:45:53 +01:00
..
51d.c BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG 2020-03-08 10:09:02 +01:00
acl.c
action.c
activity.c
applet.c
arg.c BUG/MINOR: arg: don't reject missing optional args 2020-02-28 16:41:29 +01:00
auth.c
backend.c BUG/MINOR: connections: Make sure we free the connection on failure. 2020-03-20 14:35:07 +01:00
base64.c
buffer.c BUG/MINOR: buffers: MT_LIST_DEL_SAFE() expects the temporary pointer. 2020-03-10 17:44:40 +01:00
cache.c MINOR: cache/filters: Initialize the cache filter when stream is created 2020-03-06 15:36:04 +01:00
calltrace.c
cfgparse-global.c
cfgparse-listen.c DOC: correct typo in alert message about rspirep 2020-03-14 10:14:41 +01:00
cfgparse.c BUG/MINOR: peers: avoid an infinite loop with peers_fe is NULL 2020-03-24 16:45:53 +01:00
channel.c
checks.c BUG/MINOR: checks/threads: use ha_random() and not rand() 2020-03-08 17:56:47 +01:00
chunk.c
cli.c MINOR: cli: make "show fd" rely on resolve_sym_name() 2020-03-03 18:19:04 +01:00
compression.c
connection.c MINOR: connections: Make the "list" element a struct mt_list instead of list. 2020-03-19 22:07:33 +01:00
da.c
debug.c MINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG into types/signal.h. 2020-03-18 13:07:19 +01:00
dict.c
dns.c
ev_epoll.c CLEANUP: remove support for USE_MY_EPOLL 2020-03-10 07:08:10 +01:00
ev_evports.c
ev_kqueue.c
ev_poll.c
ev_select.c
fcgi-app.c CLEANUP: Use isttest() and istfree() 2020-03-05 19:52:07 +01:00
fcgi.c
fd.c BUG/MEDIUM: build: Fix compilation by spelling decl correctly. 2020-03-20 11:03:38 +01:00
filters.c BUG/MINOR: filters: Forward everything if no data filters are called 2020-03-06 14:12:59 +01:00
flt_http_comp.c MINOR: compression/filters: Initialize the comp filter when stream is created 2020-03-06 15:36:04 +01:00
flt_spoe.c BUG/MEDIUM: spoe: dup agent's engine_id string from trash.area 2020-03-16 17:35:30 +01:00
flt_trace.c BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG 2020-03-08 10:09:02 +01:00
freq_ctr.c
frontend.c MINOR: use DISGUISE() everywhere we deliberately want to ignore a result 2020-03-14 11:04:49 +01:00
h1.c
h1_htx.c
h2.c
haproxy.c CLEANUP: haproxy/threads: don't check global_tasks_mask twice 2020-03-23 09:33:32 +01:00
hash.c
hathreads.c
hlua.c MINOR: servers: Kill priv_conns. 2020-03-11 19:20:01 +01:00
hlua_fcn.c
hpack-dec.c CLEANUP: Use isttest() and istfree() 2020-03-05 19:52:07 +01:00
hpack-enc.c
hpack-huff.c
hpack-tbl.c
http.c MINOR: ist: Add IST_NULL macro 2020-03-05 19:52:07 +01:00
http_acl.c
http_act.c BUG/MINOR: http-rules: Fix a typo in the reject action function 2020-03-06 15:36:04 +01:00
http_ana.c MINOR: use DISGUISE() everywhere we deliberately want to ignore a result 2020-03-14 11:04:49 +01:00
http_conv.c
http_fetch.c MEDIUM: stream: Make the unique_id member of struct stream a struct ist 2020-03-05 20:21:58 +01:00
http_htx.c CLEANUP: Use isttest() and istfree() 2020-03-05 19:52:07 +01:00
http_rules.c
htx.c MINOR: htx: Use htx_find_offset() to truncate an HTX message 2020-03-06 14:12:59 +01:00
lb_chash.c
lb_fas.c
lb_fwlc.c
lb_fwrr.c
lb_map.c
listener.c BUG/MINOR: listener/mq: do not dispatch connections to remote threads when stopping 2020-03-12 19:10:29 +01:00
log.c MEDIUM: proxy_protocol: Support sending unique IDs using PPv2 2020-03-13 17:26:43 +01:00
lru.c
mailers.c
map.c
memory.c MINOR: memory: Change the flush_lock to a spinlock, and don't get it in alloc. 2020-03-18 15:55:35 +01:00
mux_fcgi.c MINOR: muxes: Note that we can't usee a connection when added to the srv idle. 2020-03-22 23:25:51 +01:00
mux_h1.c MINOR: muxes: Note that we can't usee a connection when added to the srv idle. 2020-03-22 23:25:51 +01:00
mux_h2.c MINOR: muxes: Note that we can't usee a connection when added to the srv idle. 2020-03-22 23:25:51 +01:00
mux_pt.c MINOR: mux_pt: Don't try to remove the connection from the idle list. 2020-03-17 13:38:18 +01:00
mworker-prog.c
mworker.c
namespace.c
pattern.c BUG/MINOR: pattern: Do not pass len = 0 to calloc() 2020-03-18 05:17:28 +01:00
payload.c
peers.c BUG/MEDIUM: peers: resync ended with RESYNC_PARTIAL in wrong cases. 2020-03-16 11:32:47 +01:00
pipe.c
proto_sockpair.c MINOR: tcp/uxst/sockpair: only ask for I/O when really waiting for a connect() 2020-03-04 19:29:12 +01:00
proto_tcp.c BUG/MINOR: rules: Increment be_counters if backend is assigned for a silent-drop 2020-03-06 15:36:04 +01:00
proto_udp.c
proto_uxst.c MINOR: tcp/uxst/sockpair: only ask for I/O when really waiting for a connect() 2020-03-04 19:29:12 +01:00
protocol.c
proxy.c BUG/MEDIUM: connections: Don't assume the connection has a valid session. 2020-03-12 15:39:37 +01:00
queue.c
raw_sock.c CLEANUP: remove support for USE_MY_SPLICE 2020-03-10 07:23:41 +01:00
regex.c
ring.c
sample.c MINOR: tools: add a generic function to generate UUIDs 2020-03-08 18:04:16 +01:00
server.c MEDIUM: servers: Split the connections into idle, safe, and available. 2020-03-19 22:07:33 +01:00
session.c MEDIUM: sessions: Don't be responsible for connections anymore. 2020-03-19 22:07:33 +01:00
sha1.c
shctx.c
signal.c BUG/MEDIUM: wdt: Don't ignore WDTSIG and DEBUGSIG in __signal_process_queue(). 2020-03-18 13:10:05 +01:00
sink.c
ssl_sock.c MINOR: ssl: rework add cert chain to CTX to be libssl independent 2020-03-24 14:46:01 +01:00
standard.c BUG/MEDIUM: random: align the state on 2*64 bits for ARM64 2020-03-12 00:34:22 +01:00
stats.c
stick_table.c
stream.c MINOR: use DISGUISE() everywhere we deliberately want to ignore a result 2020-03-14 11:04:49 +01:00
stream_interface.c MEDIUM: proxy_protocol: Support sending unique IDs using PPv2 2020-03-13 17:26:43 +01:00
task.c MINOR: tasks: Provide the tasklet to the callback. 2020-03-17 18:52:33 +01:00
tcp_rules.c
time.c
trace.c
uri_auth.c
vars.c
version.c
wdt.c MINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG into types/signal.h. 2020-03-18 13:07:19 +01:00
wurfl.c
xprt_handshake.c BUG/MINOR: connection/debug: do not enforce !event_type on subscribe() anymore 2020-03-05 07:46:33 +01:00
xxhash.c