commit | 00b0fb9349b8842a5ec2cee9dc4f286c8d3a3685 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jan 17 11:09:40 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 17 11:09:40 2014 +0100 |
tree | f739ffc0e97669de0043283e0ea8139c738b5546 | |
parent | 410f8101ae03f433294f8ac550eaa18e824422cd [diff] |
BUG/MAJOR: ssl: fix breakage caused by recent fix abf08d9 Recent commit abf08d9 ("BUG/MAJOR: connection: fix mismatch between rcv_buf's API and usage") accidentely broke SSL by relying on an uninitialized value to enter the read loop. Many thanks to Cyril Bonté and Steve Ruiz for reporting this issue.