commit | 1da41ecf5bcf7cfd19baaa521cea23af6b4c8adb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 01 16:38:48 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 01 16:47:46 2019 +0100 |
tree | f6bd886d099de91639d379da8796389f16b26e97 | |
parent | 9c4f08ae3915fe325d9d40f269652b88bfdefe03 [diff] |
BUG/MINOR: backend: check srv_conn before dereferencing it Commit 3c4e19f42 ("BUG/MEDIUM: backend: always release the previous connection into its own target srv_list") introduced a valid warning about a null-deref risk since we didn't check conn_new()'s return value. This patch must be backported to 1.9 with the patch above.