commit | 5d48627aba315a47589871c6fda83a4f07b23a71 | [log] [tgz] |
---|---|---|
author | Vedran Furac <vedranf@haproxy.com> | Wed Oct 16 14:49:38 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 21 16:00:24 2019 +0200 |
tree | e312d65e79bedabf55c9125c8dd2251f269c3f09 | |
parent | 4381d26edc03faa46401eb0fe82fd7be84be14fd [diff] |
BUG/MINOR: server: check return value of fopen() in apply_server_state() fopen() can return NULL when state file is missing. This patch adds a check of fopen() return value so we can skip processing in such case. No backport needed.