şundan çatallanmış cwtch.im/cwtch
1
0
Çatalla 0

Fixing potential timing conflict

Bu işleme şunda yer alıyor:
Sarah Jamie Lewis 2018-07-28 09:05:38 -07:00
ebeveyn 96b6cf6bb8
işleme 8b64ba19fd
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme

Dosyayı Görüntüle

@ -64,10 +64,9 @@ func (cpsc *CwtchPeerSendChannel) OpenOutbound(channel *channels.Channel) ([]byt
func (cpsc *CwtchPeerSendChannel) OpenOutboundResult(err error, crm *Protocol_Data_Control.ChannelResult) {
if err == nil {
if crm.GetOpened() {
cpsc.channel.Pending = false
ce, _ := proto.GetExtension(crm, protocol.E_ServerNonce)
cpsc.challenge = ce.([]byte)[:]
cpsc.channel.Pending = false
}
}
}