Hi,

HAProxy 1.6.7 was released on 2016/07/13. It added 5 new commits
after version 1.6.6.

It mainly addresses a regression in 1.6.6 causing some segfaults
on startup for some users when SSL is enabled with dhparam 1024.
It also fixes the DNS request format on big endian machines and
alignment issues causing crashes or random behaviour on platforms
not supporting unaligned accesses.

Users of 1.6.6 who need SSL should update even if they have not
faced the bug yet, because it is a double free and can randomly
strike.

Please find the usual URLs below :
   Site index       : http://www.haproxy.org/
   Discourse        : http://discourse.haproxy.org/
   Sources          : http://www.haproxy.org/download/1.6/src/
   Git repository   : http://git.haproxy.org/git/haproxy-1.6.git/
   Git Web browsing : http://git.haproxy.org/?p=haproxy-1.6.git
   Changelog        : http://www.haproxy.org/download/1.6/src/CHANGELOG
   Cyril's HTML doc : http://cbonte.github.io/haproxy-dconv/

Willy
---
Complete changelog :
  - MINOR: new function my_realloc2 = realloc + free upon failure
  - CLEANUP: fixed some usages of realloc leading to memory leak
  - Revert "BUG/MINOR: ssl: fix potential memory leak in 
ssl_sock_load_dh_params()"
  - BUG/MEDIUM: dns: fix alignment issues in the DNS response parser
  - BUG/MINOR: Fix endiness issue in DNS header creation code
---

Reply via email to