MINOR: sample: remove impossible tests on negative smp->data.u.str.data
authorWilly Tarreau <w@1wt.eu>
Wed, 22 Aug 2018 03:07:14 +0000 (05:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 22 Aug 2018 03:28:33 +0000 (05:28 +0200)
commitb509232eb835cd5ded1adfab25706365d68df976
tree8dc11e8238460499ba00f9c750b903607f5c9279
parentbba81563cf5e5fcf31920a57772d3aef9e983118
MINOR: sample: remove impossible tests on negative smp->data.u.str.data

Since commit 843b7cb ("MEDIUM: chunks: make the chunk struct's fields
match the buffer struct") a chunk length is unsigned so we can remove
negative size checks.
include/proto/sample.h