------------------------------------------------------------ revno: 11727 revision-id: squid3@treenet.co.nz-20121130133152-i8wlqgvu2mo5lnub parent: squid3@treenet.co.nz-20121130133118-6222astabpfm5c1i committer: Amos Jeffries branch nick: 3.2 timestamp: Fri 2012-11-30 06:31:52 -0700 message: Remove MemPoolChunked::memPID This member variable appears to have been missed when MemPool was split into generic framework and specific Chunked implementation. (rev:10513.1.1 aka trunk rev:10517) The memPID and its maintenance code was moved into MemImplementingAllocator but this definition left here un-initialized and shadowing the framework member. Detected by Coverity Scan. Issue 740506. ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20121130133152-i8wlqgvu2mo5lnub # target_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # testament_sha1: 0f54a4a3439aea6473985a56852946d048501950 # timestamp: 2012-11-30 13:41:44 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # base_revision_id: squid3@treenet.co.nz-20121130133118-\ # 6222astabpfm5c1i # # Begin patch === modified file 'include/MemPoolChunked.h' --- include/MemPoolChunked.h 2011-08-27 05:36:47 +0000 +++ include/MemPoolChunked.h 2012-11-30 13:31:52 +0000 @@ -56,7 +56,6 @@ size_t chunk_size; int chunk_capacity; - int memPID; int chunkCount; void *freeCache; MemChunk *nextFreeChunk;