]> git.ipfire.org Git - thirdparty/squid.git/commit
cloneReply() "reply == NULL" assertion when denying replies (#292)
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Tue, 25 Sep 2018 14:42:01 +0000 (14:42 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 26 Sep 2018 14:59:44 +0000 (14:59 +0000)
commitd1efcaae5b55aeb52aa52fae3e9f0970c3729c2c
tree24ea46b5bad83cba3028a91c6c23e626c9e1219b
parent5358a024892cdbdabd1401d0d214456023ffbb89
cloneReply() "reply == NULL" assertion when denying replies (#292)

Commit e2cc8c0 lost argument nullification when converting old
HTTPMSGUNLOCK() macro into a function. This change restores that
important part of the HTTPMSGUNLOCK() API without sacrificing argument
type checks added during that conversion.
src/http/Message.h