commit | 3b1d004d410129efcf365643d2583dcd2cb6ed0f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon May 06 09:53:10 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 07 22:16:41 2019 +0200 |
tree | 6669a6c413a0c1619e6d887f3a3d0c66ec12c81d | |
parent | 201fe406534a95bdd8c46b25e81b11e9209ad2f1 [diff] |
BUG/MEDIUM: spoe: Be sure the sample is found before setting its context When a sample fetch is encoded, we use its context to set info about the fragmentation. But if the sample is not found, the function sample_process() returns NULL. So we me be sure the sample exists before setting its context. This patch must be backported to 1.9 and 1.8.