[BUG] proto_tcp: potential bug on pattern fetch dst and dport
authoremeric <emeric@exceliance.fr>
Fri, 22 Oct 2010 15:06:26 +0000 (17:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Oct 2010 17:04:35 +0000 (19:04 +0200)
commit8aa6b3762cec4756b226c499f8a0cac3b0e6f9f0
tree6142495ce2be18379034355f1c3764dd5e6b70cf
parent7cb62f8877c2f422ef4ee3b81552c2546e3bb12c
[BUG] proto_tcp: potential bug on pattern fetch dst and dport

Pattern fetches relying on destination address must first fetch
the address if it has not been done yet.

(cherry picked from commit 21abf441feb318b2ccd7df590fd89e9e824627f6)
src/proto_tcp.c