]> git.ipfire.org Git - thirdparty/squid.git/commit - src/ipc/mem/Segment.cc
Fixed Ipc::Mem::Segment::reserve().
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 12 Apr 2011 18:47:31 +0000 (12:47 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 12 Apr 2011 18:47:31 +0000 (12:47 -0600)
commit446485d517c31d6468f8611f0bd240239516818e
tree6a55e0c26a647f942c863eac7347d98fa456a6e0
parent30204d233f9095f349050d83e9b9391a9715fba2
Fixed Ipc::Mem::Segment::reserve().
It was returning the pointer to the end of the reserved area.

Added debugging.
src/ipc/mem/Segment.cc