TUN-2748: Insecure randomness vulnerability in github.com/miekg/dns

This commit is contained in:
Areg Harutyunyan
2020-03-05 13:52:45 +00:00
parent 7b81cf8aa6
commit 6624a24040
116 changed files with 3883 additions and 4579 deletions
-1
View File
@@ -19,7 +19,6 @@ import (
type PreparedMessage struct {
messageType int
data []byte
err error
mu sync.Mutex
frames map[prepareKey]*preparedFrame
}