BUG/MINOR: extcheck: add missing checks on extchk_setenv()
authorWilly Tarreau <w@1wt.eu>
Sat, 24 Oct 2020 11:07:39 +0000 (13:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 24 Oct 2020 11:07:39 +0000 (13:07 +0200)
commitb3250a268b66ec686142f01ef04bef9e3db58532
treecf6a4706d30e3a87edc57fb4d50227726d90d5ac
parent5472aa50f190d56f1e632df92064ff6fed416f48
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.
src/extcheck.c