vmware / concord-bft

Concord byzantine fault tolerant state machine replication library
379 stars 149 forks source link

implicit copy constructor call removal #2983

Closed titusen closed 1 year ago

titusen commented 1 year ago

Memory allocated during buildPreparedMsg was leaking due to an implicit call of the copy constructor in the msg flow instead of smart pointer constructor.

Testing to be done in the maestro environment.