]> git.ipfire.org Git - thirdparty/squid.git/commit
Wrong intialization value for clientReplyContext::headers_sz member
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 3 Jun 2015 17:24:41 +0000 (20:24 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 3 Jun 2015 17:24:41 +0000 (20:24 +0300)
commit67969886b39140538e41e1364a0f8235502096c7
treee1bcb61532cf33b7852da23310744fbf2f8ec6d8
parent0c05cca802e386a886b9675258181afffd568d7c
Wrong intialization value for clientReplyContext::headers_sz member

The clientReplyContext::headers_sz member after the trunk patch r14078
initialized to wrong value. In many cases inside clientReplyContext class
this is considered as initialized to "0" and setting to "-1" can cause
problems.

This is a Measurement Factory project
src/client_side_reply.cc