HAProxy known bugs for version v1.9.15 (maintenance branch 1.9) :  70 

This version (1.9.15) is a release belonging to maintenance branch 1.9 whose latest version is 1.9.16. 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
2020-07-311.9.16 ⇐ last
2020-04-021.9.15 ⇐ yours
2020-02-131.9.14 
2019-11-251.9.13 
2019-10-241.9.12 
2019-09-271.9.11 
2019-08-081.9.10 
2019-07-231.9.9 
2019-05-131.9.8 
2019-04-251.9.7 
2019-03-291.9.6 
2019-03-191.9.5 
2019-02-061.9.4 
2019-01-291.9.3 
2019-01-161.9.2 
2019-01-081.9.1 
2018-12-191.9.0 

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

These fixes have already been queued for a more recent 1.9 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
70 0 0 26 44

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

Merge dateSubject - Severity (minor, medium, major, critical)
2020-07-30BUG/MINOR: tcp-rules: Set the inspect-delay when a tcp-response action yields
2020-07-23BUG/MEDIUM: dns: Release answer items when a DNS resolution is freed
2020-07-23BUG/MEDIUM: mux-h2: Emit an error if the response chunk formatting is incomplete
2020-07-23BUG/MINOR: cfgparse: don't increment linenum on incomplete lines
2020-07-17BUG/MEDIUM: channel: Be aware of SHUTW_NOW flag when output data are peeked
2020-07-17BUG/MEDIUM: mux-h1: Continue to process request when switching in tunnel mode
2020-07-17BUG/MINOR: sample: Free str.area in smp_check_const_meth
2020-07-17BUG/MINOR: sample: Free str.area in smp_check_const_bool
2020-07-17BUG/MINOR: backend: Remove CO_FL_SESS_IDLE if a client remains on the last server
2020-07-17BUG/MINOR: http_act: don't check capture id in backend (2)
2020-07-17BUG/MINOR: proxy: always initialize the trash in show servers state
2020-07-17BUG/MINOR: proxy: fix dump_server_state()'s misuse of the trash
2020-07-17BUG/MEDIUM: pattern: Add a trailing \0 to match strings only if possible
2020-07-17BUG/MEDIUM: fetch: Fix hdr_ip misparsing IPv4 addresses due to missing NUL
2020-07-17BUG/MINOR: spoe: correction of setting bits for analyzer
2020-07-17BUG/MINOR: systemd: Wait for network to be online
2020-07-17BUG/MINOR: mworker/cli: fix semicolon escaping in master CLI
2020-07-17BUG/MINOR: mworker/cli: fix the escaping in the master CLI
2020-07-17BUG/MINOR: cli: allow space escaping on the CLI
2020-07-17BUG/MINOR: spoe: add missing key length check before checking key names
2020-07-17BUG/MEDIUM: ebtree: use a byte-per-byte memcmp() to compare memory blocks
2020-07-17BUG/MINOR: tcp-rules: tcp-response must check the buffer's fullness
2020-07-17BUG/MINOR: ssl: fix ssl-{min,max}-ver with openssl < 1.1.0
2020-07-17BUG/MEDIUM: pattern: fix thread safety of pattern matching
2020-07-17BUG/MINOR: mworker: fix a memleak when execvp() failed
2020-07-17BUG/MEDIUM: mworker: fix the reload with an -- option
2020-07-17BUG/MINOR: init: -S can have a parameter starting with a dash
2020-07-17BUG/MINOR: init: -x can have a parameter starting with a dash
2020-07-17BUG/MEDIUM: mworker: fix the copy of options in copy_argv()
2020-06-05BUG/MINOR: proto-http: Fix detection of NTLM for the legacy HTTP version
2020-06-05BUG/MEDIUM: logs: fix trailing zeros on log message.
2020-06-05BUG/MINOR: logs: prevent double line returns in some events.
2020-06-05BUG/MEDIUM: hlua: Lock pattern references to perform set/add/del operations
2020-06-05BUG/MEDIUM: lua: Reset analyse expiration timeout before executing a lua action
2020-06-05BUG/MINOR: peers: fix internal/network key type mapping.
2020-06-05BUG/MINOR: nameservers: fix error handling in parsing of resolv.conf
2020-06-05BUG/MINOR: lua: Add missing string length for lua sticktable lookup
2020-06-05BUG/MINOR: server: Fix server_finalize_init() to avoid unused variable
2020-06-05BUG/MINOR: checks: Respect check-ssl param when a port or an addr is specified
2020-06-05BUG/MINOR: cache: Don't needlessly test "cache" keyword in parse_cache_flt()
2020-06-05BUG/MINOR: pollers: remove uneeded free in global init
2020-06-05BUG/MINOR: pools: use %u not %d to report pool stats in "show pools"
2020-06-05BUG/MINOR: cfgparse: Abort parsing the current line if an invalid \x sequence is encountered
2020-06-05BUG/MEDIUM: http_ana: make the detection of NTLM variants safer
2020-06-05BUG/MINOR: http-ana: fix NTLM response parsing again
2020-06-05BUG/MINOR: config: Make use_backend and use-server post-parsing less obscur
2020-06-05BUG/MINOR: threads: fix multiple use of argument inside HA_ATOMIC_UPDATE_{MIN,MAX}()
2020-06-05BUG/MINOR: threads: fix multiple use of argument inside HA_ATOMIC_CAS()
2020-06-05BUG/MINOR: sample: Set the correct type when a binary is converted to a string
2020-06-05BUG/MEDIUM: ssl: fix the id length check within smp_fetch_ssl_fc_session_id()
2020-06-05BUG/MINOR: checks: Remove a warning about http health checks
2020-06-05BUG/MINOR: checks: Compute the right HTTP request length for HTTP health checks
2020-06-05BUG/MEDIUM: checks: Always initialize checks before starting them
2020-06-05BUG/MINOR: checks/server: use_ssl member must be signed
2020-06-05BUG/MEDIUM: server/checks: Init server check during config validity check
2020-06-05Revert "BUG/MINOR: connection: make sure to correctly tag local PROXY connections"
2020-06-05BUG/MEDIUM: backend: don't access a non-existing mux from a previous connection
2020-06-05BUG/MEDIUM: shctx: bound the number of loops that can happen around the lock
2020-06-05BUG/MEDIUM: shctx: really check the lock's value while waiting
2020-06-05BUG/MEDIUM: sample: make the CPU and latency sample fetches check for a stream
2020-06-05BUG/MEDIUM: http: the "unique-id" sample fetch could crash without a steeam
2020-06-05BUG/MEDIUM: http: the "http_first_req" sample fetch could crash without a steeam
2020-06-05BUG/MEDIUM: capture: capture.{req,res}.* crash without a stream
2020-06-05BUG/MEDIUM: capture: capture-req/capture-res converters crash without a stream
2020-06-05BUG/MINOR: checks: chained expect will not properly wait for enough data
2020-06-05BUG/MINOR: checks: Respect the no-check-ssl option
2020-06-05BUG/MINOR: check: Update server address and port to execute an external check
2020-06-05BUG/MINOR: http: make url_decode() optionally convert '+' to SP
2020-06-05BUG/MINOR: tools: fix the i386 version of the div64_32 function
2020-06-05BUG/MEDIUM: http-ana: Handle NTLM messages correctly.
2020-06-05BUG/MINOR: ssl: default settings for ssl server options are not used

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