Merge date | Subject - Severity (minor, medium, major, critical) |
2025-10-01 | BUG/MEDIUM: ssl: ca-file directory mode must read every certificates of a file |
2025-10-01 | BUG/MINOR: pattern: Fix pattern lookup for map with opt@ prefix |
2025-10-01 | BUG/MINOR: pattern: Properly flag virtual maps as using samples |
2025-10-01 | BUG/MEDIUM: stick-tables: Don't let table_process_entry() handle refcnt |
2025-10-01 | BUG/MINOR: server: Update healthcheck when server settings are changed via CLI |
2025-10-01 | BUG/MEDIUM: server: Use sni as pool connection name for SSL server only |
2025-10-01 | BUG/MEDIUM: ring: invert the length check to avoid an int overflow |
2025-10-01 | BUG/MINOR: resolvers: always normalize FQDN from response |
2025-10-01 | BUG/MINOR: ocsp: Crash when updating CA during ocsp updates |
2025-10-01 | BUG/MAJOR: stream: Force channel analysis on successful synchronous send |
2025-10-01 | BUG/MAJOR: stream: Remove READ/WRITE events on channels after analysers eval |
2025-10-01 | BUG/MINOR: activity: fix reporting of task latency |
2025-10-01 | BUG/MEDIUM: ssl: create the mux immediately on early data |
2025-10-01 | BUG/MEDIUM: h1: Allow reception if we have early data |
2025-10-01 | BUG/MEDIUM: checks: fix ALPN inheritance from server |
2025-10-01 | BUG/MINOR: cpu_topo: work around a small bug in musl's CPU_ISSET() |
2025-10-01 | BUG/MINOR: log: fix potential memory leak upon error in add_to_logformat_list() |
2025-10-01 | BUG/MINOR: connection: streamline conn detach from lists |
2025-10-01 | BUG/MEDIUM: conn: fix UAF on connection after reversal on edge |
2025-10-01 | BUG/MINOR: haproxy: be sure not to quit too early on soft stop |
2025-10-01 | BUG/MINOR: quic: fix padding issue on INITIAL retransmit |
2025-10-01 | BUG/MINOR: quic: fix room check if padding requested |
2025-10-01 | BUG/MINOR: quic: ignore AGAIN ncbuf err when parsing CRYPTO frames |
2025-10-01 | BUG/MINOR: tools: Add OOM check for malloc() in indent_msg() |
2025-10-01 | BUG/MINOR: compression: Add OOM check for calloc() in parse_compression_options() |
2025-10-01 | BUG/MINOR: cfgparse: Add OOM check for calloc() in cfg_parse_listen() |
2025-10-01 | BUG/MINOR: acl: Add OOM check for calloc() in smp_fetch_acl_parse() |
2025-10-01 | BUG/MINOR: log: Add OOM checks for calloc() and malloc() in logformat parser and dup_logger() |
2025-10-01 | BUG/MINOR: halog: Add OOM checks for calloc() in filter_count_srv_status() and filter_count_url() |
2025-10-01 | BUG/MEDIUM: server: Duplicate healthcheck's alpn inherited from default server |
2025-10-01 | BUG/MAJOR: mux-quic: fix crash on reload during emission |
2025-10-01 | BUG/MEDIUM: quic: CRYPTO frame freeing without eb_delete() |
2025-10-01 | BUG/MINOR: server: decrement session idle_conns on del server |
2025-10-01 | BUG/MINOR: connection: remove extra session_unown_conn() on reverse |
2025-10-01 | BUG/MINOR: connection: rearrange union list members |
2025-10-01 | BUG/MINOR: acl: set arg_list->kw to aclkw->kw string literal if aclkw is found |
2025-10-01 | BUG/MINOR: mux-quic: trace with non initialized qcc |
2025-10-01 | BUG/MINOR: quic: reorder fragmented RX CRYPTO frames by their offsets |
2025-10-01 | BUG/MEDIUM: Remove sync sends from streams to applets |
2025-10-01 | BUG/MEDIUM: stconn: Fix conditions to know an applet can get data from stream |
2025-10-01 | BUG/MAJOR: quic: fix INITIAL padding with probing packet only |
2025-10-01 | BUG/MINOR: quic: do not emit probe data if CONNECTION_CLOSE requested |
2025-10-01 | BUG/MINOR: mux-h1: fix wrong lock label |
2025-10-01 | BUG/MEDIUM: http-client: Test HTX_FL_EOM flag before commiting the HTX buffer |
2025-10-01 | BUG/MINOR: init: Initialize random seed earlier in the init process |
2025-10-01 | BUG/MEDIUM: ssl: fix build with AWS-LC |
2025-10-01 | BUG/MEDIUM: ssl: Fix 0rtt to the server |
2025-10-01 | BUG/MINOR: stick-table: cap sticky counter idx with tune.nb_stk_ctr instead of MAX_SESS_STKCTR |
2025-10-01 | BUG/MEDIUM: threads: Disable the workaround to load libgcc_s on macOS |
2025-10-01 | BUG/MINOR: halog: exit with error when some output filters are set simultaneosly |
2025-10-01 | BUG/MINOR: applet: Don't trigger BUG_ON if the tid is not on appctx init |
2025-10-01 | BUG/MINOR: quic: Wrong source address use on FreeBSD |
2025-10-01 | BUG/MEDIUM: http-client: Notify applet has more data to deliver until the EOM |
2025-10-01 | BUG/MEDIUM: http-client: Drain the request if an early response is received |
2025-10-01 | BUG/MINOR: http-client: Reject any 101-switching-protocols response |
2025-10-01 | BUG/MINOR: http-client: Ignore 1XX interim responses in non-HTX mode |
2025-10-01 | BUG/MEDIUM: http-client: Ask for more room when request data cannot be xferred |
2025-10-01 | BUG/MEDIUM: http-client: Properly inc input data when HTX blocks are xferred |
2025-10-01 | BUG/MEDIUM: http-client: Don't wake http-client applet if nothing was xferred |
2025-10-01 | BUG/MINOR: listener: really assign distinct IDs to shards |
2025-10-01 | BUG/MINOR: hlua: take default-path into account with lua-load-per-thread |
2025-10-01 | BUG/MEDIUM: logs: fix sess_build_logline_orig() recursion with options |
2025-10-01 | BUG/MEDIUM: dns: Reset reconnect tempo when connection is finally established |
2025-10-01 | BUG/MEDIUM: hlua: Report to SC when output data are blocked on a lua socket |
2025-10-01 | BUG/MEDIUM: hlua: Report to SC when data were consumed on a lua socket |
2025-10-01 | BUG/MINOR: hlua: Skip headers when a receive is performed on an HTTP applet |
2025-10-01 | BUG/MINOR: httpclient: wrongly named httpproxy flag |
2025-10-01 | BUG/MINOR: jwt: Copy input and parameters in dedicated buffers in jwt_verify converter |
2025-10-01 | BUG/MEDIUM: mux-h2: Properly handle connection error during preface sending |
2025-10-01 | BUG/MEDIUM: hlua: Forbid any L6/L7 sample fetche functions from lua services |
2025-10-01 | BUG/MINOR: quic: wrong QUIC_FT_CONNECTION_CLOSE(0x1c) frame encoding |
2025-10-01 | BUG/MINOR: log: Be able to use %ID alias at anytime of the stream's evaluation |
2025-10-01 | BUG/MINOR: stream: Avoid recursive evaluation for unique-id based on itself |
2025-10-01 | BUG/MINOR: mux-quic/h3: properly handle too low peer fctl initial stream |
2025-10-01 | BUG/MEDIUM: h1/h2/h3: reject forbidden chars in the Host header field |
2025-10-01 | BUG/MEDIUM: h2/h3: reject some forbidden chars in :authority before reassembly |
2025-08-05 | BUG/MEDIUM: hlua_fcn: ensure systematic watcher cleanup for server list iterator |
2025-08-05 | BUG/MINOR: hlua_fcn: restore server pairs iterator pointer consistency |
2025-07-22 | BUG/MEDIUM: ssl/clienthello: ECDSA with ssl-max-ver TLSv1.2 and no ECDSA ciphers |
2025-06-17 | BUG/MEDIUM: check: Set SOCKERR by default when a connection error is reported |
2025-06-17 | BUG/MEDIUM: cli: Don't consume data if outbuf is full or not available |
2025-06-17 | BUG/MINOR: config/server: reject QUIC addresses |
2025-06-17 | BUG/MINIR: h1: Fix doc of 'accept-unsafe-...-request' about URI parsing |
2025-06-17 | BUG/MEDIUM: fd: Use the provided tgid in fd_insert() to get tgroup_info |
2025-06-17 | BUG/MINOR: quic: Missing SSL session object freeing |
2025-06-17 | BUG/MEDIUM: check: Requeue healthchecks on I/O events to handle check timeout |
2025-06-02 | BUG/MINOR: quic: ensure cwnd limits are always enforced |
2025-06-02 | BUG/MINOR: mux-quic: do not decode if conn in error |
2025-06-02 | BUG/MEDIUM: peers: also limit the number of incoming updates |