You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unsafe.Pointer returned in Write() is only done if PmdbReqArgs::GetResponse is set. Since PmdbReqArgs contains Response *[]byte the pointer contents may be placed there instead of being returned.
In addition, PumiceDBClient.go::writeKV() should take PmdbReqArgs and do the necessary reply copying into PmdbReqArgs::Response.
The unsafe.Pointer returned in
Write()
is only done ifPmdbReqArgs::GetResponse
is set. SincePmdbReqArgs
containsResponse *[]byte
the pointer contents may be placed there instead of being returned.In addition,
PumiceDBClient.go::writeKV()
should takePmdbReqArgs
and do the necessary reply copying intoPmdbReqArgs::Response
.niova-pumicedb/go/pumiceDB/client/PumiceDBClient.go
Line 97 in 3c0456d
The text was updated successfully, but these errors were encountered: