commit | 12e5011a765e2e65090d3b27c1ecb4a8650f0a5d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Apr 25 17:21:49 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 20:57:17 2012 +0200 |
tree | bb00c74a26d2f0af67622940e8f97a2cf9fcc4ec | |
parent | 25c1ebc0c99a5cd1329bdea843e9e9c6f20808d8 [diff] |
MEDIUM: pattern: ensure that sample types always cast into other types. We want to ensure that a dynamically returned type will always have a cast before calling the cast function. This is done in pattern_process() and in stktable_fetch_key().