]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: Set MForward::client_caps explicitly; this fixes a bad connection deref.
authorGreg Farnum <gregf@hq.newdream.net>
Thu, 25 Mar 2010 19:58:14 +0000 (12:58 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Thu, 25 Mar 2010 19:58:14 +0000 (12:58 -0700)
commit8d9f4fa227a784c607c1c892ef3152cf2c562f1c
tree5dcc0ca0c5d23c4628422205a40a68bda7b1f2b9
parent213ffe2079d3673dc4fe47974bc10329fd55bba9
mon: Set MForward::client_caps explicitly; this fixes a bad connection deref.

Previously the decoded PaxosServiceMessage would attempt to follow an
uninitialized Connection* and segfault the system.
src/messages/MForward.h
src/mon/Monitor.cc