HAProxy known bugs for version v2.8.10 (maintenance branch 2.8) :  101 

This version (2.8.10) is a release belonging to maintenance branch 2.8 whose latest version is 2.8.12. If your version is not the last one in the maintenance branch, you are missing fixes for known bugs, and by not updating you are needlessly taking the responsibility for the risk of unexpected service outages and exposing your web site to possible security issues.

The HAProxy development team takes a great care of maintaining stable versions so that all users can apply bug fixes without having to take the risk of upgrading to a new branch. In turn users are expected to apply the fixes when the development team estimates that they were worth being backported to stable branches.

Quick links

Other versions in the same branch

This branch contains the following releases :

DateVersionComment
2024-11-082.8.12 ⇐ last
2024-09-192.8.11 
2024-06-142.8.10 ⇐ yours
2024-04-052.8.9 
2024-04-052.8.8 
2024-02-262.8.7 
2024-02-152.8.6 
2023-12-072.8.5 
2023-11-172.8.4 
2023-09-072.8.3 
2023-08-092.8.2 
2023-07-032.8.1 
2023-05-312.8.0 

Known bugs affecting this version, and already fixed in the maintenance branch

These fixes have already been queued for a more recent 2.8 version. Some of them might have already been released in a more recent version than yours, and other ones might still be pending in the maintenance branch for a future release. The list may be empty if you're already on the latest version and no new fix was backported.

Bugs are almost always tagged with a severity (some people forget the severity tag when the bug is minor). The following severities are used :

Total known bugs in this version by category :

TotalCRITICALMAJORMEDIUMMINOR
101 0 2 43 56

Click on the subjects below to get the full description of the bug :

Merge dateSubject - Severity (minor, medium, major, critical)
2024-11-08BUG/MEDIUM: queue: make sure never to queue when there's no more served conns
2024-11-08BUG/MINOR: http-ana: Disable fast-fwd for unfinished req waiting for upgrade
2024-11-08BUG/MEDIUM: queue: always dequeue the backend when redistributing the last server
2024-11-08BUG/MEDIUM: stream: make stream_shutdown() async-safe
2024-11-08BUG/MEDIUM: mux-h1/mux-h2: Reject upgrades with payload on H2 side only
2024-11-08BUG/MINOR: h2: reject extended connect for h2c protocol
2024-11-08BUG/MINOR: h1: do not forward h2c upgrade header token
2024-11-08BUG/MINOR: ssl_sock: fix xprt_set_used() to properly clear the TASK_F_USR1 bit
2024-11-06BUG/MINOR: http-ana: Report internal error if an action yields on a final eval
2024-11-06BUG/MINOR: ssl/cli: 'set ssl cert' does not check the transaction name correctly
2024-10-24BUG/MEDIUM: server: fix race on servers_list during server deletion
2024-10-24BUG/MEDIUM: stconn: Report blocked send if sends are blocked by an error
2024-10-24BUG/MINOR: http-ana: Fix wrong client abort reports during responses forwarding
2024-10-24BUG/MINOR: server: fix dynamic server leak with check on failed init
2024-10-24BUG/MINOR: mux-quic: do not close STREAM with empty FIN if no data sent
2024-10-23BUG/MEDIUM: connection/http-reuse: fix address collision on unhandled address families
2024-10-23BUG/MINOR: mworker: fix mworker-max-reloads parser
2024-10-23BUG/MINOR: http-ana: Don't report a server abort if response payload is invalid
2024-10-23BUG/MINOR: httpclient: return NULL when no proxy available during httpclient_new()
2024-10-23BUG/MEDIUM: mux-quic: ensure timeout server is active for short requests
2024-10-23BUG/MEDIUM: hlua: properly handle sample func errors in hlua_run_sample_{fetch,conv}()
2024-10-23BUG/MEDIUM: hlua: make hlua_ctx_renew() safe
2024-10-21BUG/MEDIUM: server: server stuck in maintenance after FQDN change
2024-10-01BUG/MINOR: cfgparse-global: fix allowed args number for setenv
2024-10-01BUG/MINOR: server: make sure the HMAINT state is part of MAINT
2024-10-01BUG/MEDIUM: cli: Deadlock when setting frontend maxconn
2024-10-01BUG/MEDIUM: mux-pt: Never fully close the connection on shutdown
2024-10-01BUG/MEDIUM: ssl: Fix crash when calling "update ssl ocsp-response" when an update is ongoing
2024-10-01BUG/MAJOR: ocsp: Separate refcount per instance and per store
2024-09-18BUG/MINOR: cfgparse-listen: fix option httpslog override warning message
2024-09-17BUG/MEDIUM: promex: Wait to have the request before sending the response
2024-09-17BUG/MEDIUM: cache/stats: Wait to have the request before sending the response
2024-09-17BUG/MEDIUM: queue: implement a flag to check for the dequeuing
2024-09-17BUG/MINOR: clock: validate that now_offset still applies to the current date
2024-09-17BUG/MINOR: clock: make time jump corrections a bit more accurate
2024-09-17BUG/MINOR: polling: fix time reporting when using busy polling
2024-09-10BUG/MAJOR: mux-h1: Wake SC to perform 0-copy forwarding in CLOSING state
2024-09-10BUG/MEDIUM: pattern: prevent UAF on reused pattern expr
2024-09-10BUG/MINOR: pattern: prevent const sample from being tampered in pat_match_beg()
2024-09-10BUG/MEDIUM: clock: detect and cover jumps during execution
2024-09-10BUG/MINOR: pattern: do not leave a leading comma on "set" error messages
2024-09-10BUG/MINOR: pattern: pat_ref_set: return 0 if err was found
2024-09-10BUG/MINOR: pattern: pat_ref_set: fix UAF reported by coverity
2024-09-05BUG/MINOR: stconn: Request to send something to be woken up when the pipe is full
2024-09-05BUG/MEDIUM: mux-pt/mux-h1: Release the pipe on connection error on sending path
2024-09-05BUG/MEDIUM: clock: also update the date offset on time jumps
2024-09-05BUG/MINOR: h3: properly reject too long header responses
2024-09-05BUG/MINOR: proto_uxst: delete fd from fdtab if listen() fails
2024-09-05BUG/MINOR: mux-quic: do not send too big MAX_STREAMS ID
2024-09-05BUG/MEDIUM: mworker/cli: fix pipelined modes on master CLI
2024-09-05BUG/MINOR: proto_tcp: keep error msg if listen() fails
2024-09-05BUG/MINOR: proto_tcp: delete fd from fdtab if listen() fails
2024-09-05BUG/MINOR: quic/trace: make quic_conn_enc_level_init() emit NEW not CLOSE
2024-09-05BUG/MINOR: trace/quic: make "qconn" selectable as a lockon criterion
2024-09-05BUG/MINOR: trace: automatically start in waiting mode with "start "
2024-09-05BUG/MEDIUM: trace: fix null deref in lockon mechanism since TRACE_ENABLED()
2024-09-05BUG/MINOR: trace/quic: permit to lock on frontend/connect/session etc
2024-09-05BUG/MINOR: trace/quic: enable conn/session pointer recovery from quic_conn
2024-09-05BUG/MINOR: fcgi-app: handle a possible strdup() failure
2024-09-05BUG/MEDIUM: mux-h2: Propagate term flags to SE on error in h2s_wake_one_stream
2024-09-05BUG/MEDIUM: h2: Only report early HTX EOM for tunneled streams
2024-09-05BUG/MEDIUM: http-ana: Report error on write error waiting for the response
2024-09-05BUG/MEDIUM: quic: prevent conn freeze on 0RTT undeciphered content
2024-09-05BUG/MEDIUM: stconn: Report error on SC on send if a previous SE error was set
2024-09-05BUG/MEDIUM: mux-h1: Properly handle empty message when an error is triggered
2024-09-05BUG/MEDIUM: cli: Always release back endpoint between two commands on the mcli
2024-09-05BUG/MEDIUM: stream: Prevent mux upgrades if client connection is no longer ready
2024-07-29BUG/MEDIUM: init: fix fd_hard_limit default in compute_ideal_maxconn
2024-07-29BUG/MEDIUM: queue: deal with a rare TOCTOU in assign_server_and_queue()
2024-07-29BUG/MEDIUM: jwt: Clear SSL error queue on error when checking the signature
2024-07-29BUG/MINOR: quic: Lack of precision when computing K (cubic only cc)
2024-07-29BUG/MINOR: cli: Atomically inc the global request counter between CLI commands
2024-07-29BUG/MINOR: server: Don't warn fallback IP is used during init-addr resolution
2024-07-29BUG/MINOR: stick-table: fix crash for src_inc_gpc() without stkcounter
2024-07-29BUG/MEDIUM: ssl_sock: fix deadlock in ssl_sock_load_ocsp() on error path
2024-07-29BUG/MEDIUM: debug/cli: fix "show threads" crashing with low thread counts
2024-07-29BUG/MINOR: session: Eval L4/L5 rules defined in the default section
2024-07-29BUG/MEDIUM: bwlim: Be sure to never set the analyze expiration date in past
2024-07-29BUG/MEDIUM: spoe: Be sure to create a SPOE applet if none on the current thread
2024-07-29BUG/MEDIUM: h1: Reject empty Transfer-encoding header
2024-07-29BUG/MINOR: h1: Reject empty coding name as last transfer-encoding value
2024-07-29BUG/MINOR: h1: Fail to parse empty transfer coding names
2024-07-29BUG/MINOR: jwt: fix variable initialisation
2024-07-29BUG/MINOR: jwt: don't try to load files with HMAC algorithm
2024-07-03BUG/MEDIUM: quic: fix possible exit from qc_check_dcid() without unlocking
2024-07-03BUG/MINOR: quic: fix race-condition on trace for CID retrieval
2024-07-03BUG/MINOR: quic: fix race condition in qc_check_dcid()
2024-07-03BUG/MEDIUM: quic: fix race-condition in quic_get_cid_tid()
2024-07-03BUG/MEDIUM: h3: ensure the ":scheme" pseudo header is totally valid
2024-07-03BUG/MEDIUM: h3: ensure the ":method" pseudo header is totally valid
2024-07-03BUG/MINOR: hlua: report proper context upon error in hlua_cli_io_handler_fct()
2024-07-03BUG/MINOR: quic: fix BUG_ON() on Tx pkt alloc failure
2024-07-03BUG/MINOR: mux-quic: fix crash on qcs SD alloc failure
2024-07-03BUG/MINOR: h3: fix crash on STOP_SENDING receive after GOAWAY emission
2024-07-03BUG/MINOR: proxy: fix header_unique_id leak on deinit()
2024-07-03BUG/MINOR: proxy: fix source interface and usesrc leaks on deinit()
2024-07-03BUG/MINOR: proxy: fix dyncookie_key leak on deinit()
2024-07-03BUG/MINOR: proxy: fix check_{command,path} leak on deinit()
2024-07-03BUG/MINOR: proxy: fix log_tag leak on deinit()
2024-07-03BUG/MINOR: proxy: fix server_id_hdr_name leak on deinit()
2024-07-03BUG/MINOR: quic: fix computed length of emitted STREAM frames

Back to the list of branches and versions
Back to the HAProxy page