HAProxy known bugs for version v2.5.11 (maintenance branch 2.5) :  43 

This version (2.5.11) is a release belonging to maintenance branch 2.5 whose latest version is 2.5.13. 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
2023-03-172.5.13 ⇐ last
2023-02-142.5.12 
2023-01-242.5.11 ⇐ yours
2022-12-052.5.10 
2022-09-232.5.9 
2022-07-252.5.8 
2022-05-132.5.7 
2022-04-262.5.6 
2022-03-142.5.5 
2022-02-252.5.4 
2022-02-182.5.3 
2022-02-162.5.2 
2022-01-112.5.1 
2021-11-232.5.0 

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

These fixes have already been queued for a more recent 2.5 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
43 1 3 16 23

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

Merge dateSubject - Severity (minor, medium, major, critical)
2023-03-17BUG/MAJOR: qpack: fix possible read out of bounds in static table
2023-03-17DEBUG: ssl-sock/show_fd: Display SSL error code
2023-03-17DEBUG: cli/show_fd: Display connection error code
2023-03-17BUG/MAJOR: fd/threads: close a race on closing connections after takeover
2023-03-17BUG/MAJOR: fd/thread: fix race between updates and closing FD
2023-03-17BUG/MINOR: fd: Properly init the fd state in fd_insert()
2023-03-17BUG/MEDIUM: connection: Preserve flags when a conn is removed from an idle list
2023-03-17BUG/MEDIUM: connection: Clear flags when a conn is removed from an idle list
2023-03-17BUG/MINOR: sock_unix: match finalname with tempname in sock_unix_addrcmp()
2023-03-17BUG/MINOR: protocol: fix minor memory leak in protocol_bind_all()
2023-03-17BUG/MINOR: proto_ux: report correct error when bind_listener fails
2023-03-17BUG/MEDIUM: spoe: Don't set the default traget for the SPOE agent frontend
2023-03-17BUG/MEDIUM: listener: duplicate inherited FDs if needed
2023-03-17BUG/MINOR: mux-h2: make sure the h2c task exists before refreshing it
2023-03-17BUG/MINOR: tcp_sample: fix a bug in fc_dst_port and fc_dst_is_local sample fetches
2023-03-17BUG/MEDIUM: proxy: properly stop backends on soft-stop
2023-03-17BUG/MINOR: mworker: use MASTER_MAXCONN as default maxconn value
2023-03-17BUG/MINOR: init: make sure to always limit the total number of threads
2023-03-17BUG/MEDIUM: master: force the thread count earlier
2023-03-17BUG/MINOR: init: properly detect NUMA bindings on large systems
2023-03-17BUG/MINOR: ssl: Use 'date' instead of 'now' in ocsp stapling callback
2023-03-17BUG/MINOR: http-ana: Do a L7 retry on read error if there is no response
2023-03-17BUG/MINOR: http-check: Skip C-L header for empty body when it's not mandatory
2023-03-17BUG/MINOR: http-check: Don't set HTX_SL_F_BODYLESS flag with a log-format body
2023-03-17BUG/MEDIUM: h1-htx: Never copy more than the max data allowed during parsing
2023-03-17BUG/MINOR: ring: do not realign ring contents on resize
2023-03-17BUG/MINOR: cache: Check cache entry is complete in case of Vary
2023-03-17BUG/MINOR: cache: Cache response even if request has "no-cache" directive
2023-03-17BUG/MINOR: mworker: prevent incorrect values in uptime
2023-03-17BUG/MEDIUM: sched: allow a bit more TASK_HEAVY to be processed when needed
2023-03-17BUG/MINOR: sched: properly report long_rq when tasks remain in the queue
2023-03-17BUG/MEDIUM: stconn: Don't rearm the read expiration date if EOI was reached
2023-02-22BUG/MEDIUM: httpclient/lua: fix a race between lua GC and hlua_ctx_destroy
2023-02-22BUG/MINOR: lua/httpclient: missing free in hlua_httpclient_send()
2023-02-21BUG/MEDIUM: mworker: don't register mworker_accept_wrapper() when master FD is wrong
2023-02-21BUG/MEDIUM: mworker: prevent inconsistent reload when upgrading from old versions
2023-02-21BUG/MINOR: mworker: stop doing strtok directly from the env
2023-02-14BUG/CRITICAL: http: properly reject empty http header field names
2023-02-13BUG/MEDIUM: stconn: Schedule a shutw on shutr if data must be sent first
2023-02-13BUG/MEDIUM: cache: use the correct time reference when comparing dates
2023-02-13BUG/MEDIUM: stick-table: do not leave entries in end of window during purge
2023-02-13BUG/MINOR: ssl/crt-list: warn when a line is malformated
2023-02-13BUG/MEDIUM: ssl: wrong eviction from the session cache tree
2023-02-13BUG/MINOR: fcgi-app: prevent 'use-fcgi-app' in default section
2023-01-27BUG/MINOR: sink: free the forwarding task on exit

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