commit | b3250a268b66ec686142f01ef04bef9e3db58532 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Oct 24 13:07:39 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Oct 24 13:07:39 2020 +0200 |
tree | cf6a4706d30e3a87edc57fb4d50227726d90d5ac | |
parent | 5472aa50f190d56f1e632df92064ff6fed416f48 [diff] |
BUG/MINOR: extcheck: add missing checks on extchk_setenv() Issue #910 reports that we fail to check a few extchk_setenv() in the child process. These are mostly harmless, but instead of counting on the external check script to fail the dirty way, better fail cleanly when detecting the failure. This could probably be backported to all stable branches.