BUG/MEDIUM: server: Allocate tmptrash before using it.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 24 Oct 2017 15:42:47 +0000 (17:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 24 Oct 2017 17:54:25 +0000 (19:54 +0200)
commit796a2b3324907e0349c8dd071208dd621a528725
treeb20b866f2029d5436f8bfa29ba31b404d26861c4
parentf08137c43486314f82c39101bb17610da3b00106
BUG/MEDIUM: server: Allocate tmptrash before using it.

Don't forget to allocate tmptrash before using it, and free it once we're
done.

[wt: introduced by commit 64cc49cf ("MAJOR: servers: propagate server
status changes asynchronously"), no backport needed]
src/server.c