]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4865: Unexpected exception on startup in TypedMsgHdr::sync() (#242) M-staged-PR242
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 6 Jul 2018 23:58:22 +0000 (23:58 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 8 Jul 2018 16:35:19 +0000 (16:35 +0000)
commit914599e33db01dbc6dee465ee498814b19bcf09a
treee373314912a86855a4f241f9f8dba7fbdf7bf309
parent7a023df9f81247620cccaa3dcf17cfa0c6b37190
Bug 4865: Unexpected exception on startup in TypedMsgHdr::sync() (#242)

Commit b56b37c broke Ipc::TypedMsgHdr copying by incorrectly assuming
that sync() sets name and ios members. The sync() method sets _other_
(low level) members based on name and ios.
src/ipc/TypedMsgHdr.cc