Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.4.6
-
None
-
None
Description
in the file zookeeper.c, most function call of "close_buffer_oarchive(&oa, 0)" shoud been instead by
close_buffer_oarchive(&oa, rc < 0 ? 1 : 0);