HAProxy known bugs for version v2.2.31 (maintenance branch 2.2) :  47 

This version (2.2.31) is a release belonging to maintenance branch 2.2 whose latest version is 2.2.33. 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-04-052.2.33 ⇐ last
2023-12-192.2.32 
2023-08-192.2.31 ⇐ yours
2023-06-122.2.30 
2023-02-142.2.29 
2023-01-312.2.28 
2023-01-272.2.27 
2022-12-092.2.26 
2022-07-282.2.25 
2022-05-132.2.24 
2022-05-062.2.23 
2022-03-142.2.22 
2022-03-022.2.21 
2022-01-122.2.20 
2021-11-292.2.19 
2021-11-052.2.18 
2021-09-072.2.17 
2021-08-172.2.16 
2021-07-162.2.15 
2021-04-292.2.14 
2021-04-022.2.13 
2021-03-312.2.12 
2021-03-182.2.11 
2021-03-032.2.10 
2021-02-062.2.9 
2021-01-132.2.8 
2021-01-082.2.7 
2020-11-302.2.6 
2020-11-052.2.5 
2020-09-302.2.4 
2020-09-082.2.3 
2020-07-312.2.2 
2020-07-232.2.1 
2020-07-072.2.0 

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

These fixes have already been queued for a more recent 2.2 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
47 0 2 22 23

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

Merge dateSubject - Severity (minor, medium, major, critical)
2024-04-04BUG/MEDIUM: spoe: Don't rely on stream's expiration to detect processing timeout
2024-04-04BUG/MINOR: backend: properly handle redispatch 0
2024-04-04BUG/MINOR: server: 'source' interface ignored from 'default-server' directive
2024-04-04BUG/MINOR: session: ensure conn owner is set after insert into session
2024-04-04BUG/MEDIUM: spoe: Return an invalid frame on recv if size is too small
2024-04-04BUG/MINOR: ssl: fix possible ctx memory leak in sample_conv_aes_gcm()
2024-04-04BUG/MINOR: cfgparse: report proper location for log-format-sd errors
2024-04-04BUG/MINOR: hlua: Fix log level to the right value when set via TXN:set_loglevel
2024-04-03BUG/MAJOR: ssl_sock: Always clear retry flags in read/write functions
2024-04-03BUG/MEDIUM: h1: always reject the NUL character in header values
2024-04-03BUG/MINOR: h1-htx: properly initialize the err_pos field
2024-04-03BUG/MEDIUM: pool: fix rare risk of deadlock in pool_flush()
2024-04-03BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI
2024-01-19BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up
2024-01-19BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable
2024-01-19BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty
2023-12-15BUG/MEDIUM: ssl: fix the gcc-12 broken fix :-(
2023-12-15BUG/MINOR: startup: set GTUNE_SOCKET_TRANSFER correctly
2023-12-15BUG/MINOR: sample: Make the `word` converter compatible with `-m found`
2023-12-15BUG/MEDIUM: mux-fcgi: fail earlier on malloc in takeover()
2023-12-15BUG/MEDIUM: mux-h1: fail earlier on malloc in takeover()
2023-12-15BUG/MEDIUM: mux-h2: fail earlier on malloc in takeover()
2023-12-15BUG/MINOR: stconn: Use HTX-aware channel's functions to get info on buffer
2023-12-15BUG/MINOR: stconn: Fix streamer detection for HTX streams
2023-12-15BUG/MEDIUM: stream: Don't call mux .ctl() callback if not implemented
2023-12-15BUG/MEDIUM: stream: Properly handle abortonclose when set on backend only
2023-12-15BUG/MINOR: stconn: Handle abortonclose if backend connection was already set up
2023-12-15BUG/MINOR: stick-table/cli: Check for invalid ipv4 key
2023-12-15BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure
2023-12-15BUG/MINOR: stktable: missing free in parse_stick_table()
2023-12-15BUG/MINOR: tcpcheck: Report hexstring instead of binary one on check failure
2023-12-15BUG/MEDIUM: ssl: segfault when cipher is NULL
2023-12-15BUG/MINOR: ssl: suboptimal certificate selection with TLSv1.3 and dual ECDSA/RSA
2023-12-15BUG/MINOR: mux-h2: commit the current stream ID even on reject
2023-12-15BUG/MEDIUM: peers: Be sure to always refresh recconnect timer in sync task
2023-12-15BUG/MEDIUM: mux-h2: Don't report an error on shutr if a shutw is pending
2023-12-15BUG/MEDIUM: actions: always apply a longest match on prefix lookup
2023-12-15BUG/MINOR: hlua_fcn: potentially unsafe stktable_data_ptr usage
2023-12-15BUG/MINOR: hlua: fix invalid use of lua_pop on error paths
2023-10-04BUG/MAJOR: mux-h2: Report a protocol error for any DATA frame before headers
2023-10-04BUG/MINOR: freq_ctr: fix possible negative rate with the scaled API
2023-10-04BUG/MEDIUM: mux-fcgi: Don't swap trash and dbuf when handling STDERR records
2023-10-04BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume()
2023-10-04BUG/MINOR: hlua/action: incorrect message on E_YIELD error
2023-10-04BUG/MEDIUM: stconn/stream: Forward shutdown on write timeout
2023-10-04BUG/MEDIUM: stconn: Wake applets on sending path if there is a pending shutdown
2023-10-04BUG/MINOR: stktable: allow sc-set-gpt(0) from tcp-request connection

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