commit | 0f811440d5597686bf529dc53ba8fa4fdfe0650c | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Sat Jun 06 19:16:52 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Jun 13 22:59:14 2015 +0200 |
tree | a0786cdb41eecb570b7b725434ccefce00165d3b | |
parent | 1480bd8dd27dc5bc638acda68b4822fddbfce0d5 [diff] |
BUG/MINOR: sample: wrong conversion of signed values The signed values are casted as unsigned before conversion. This patch use the good converters according with the sample type. Note: it depends on previous patch to parse signed ints.